Package com.schibsted.spt.data.jslt.impl
Class BuiltinFunctions
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.BuiltinFunctions
-
public class BuiltinFunctions extends java.lang.Object
For now contains all the various function implementations. Should probably be broken up into separate files and use annotations to capture a lot of this information instead.
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description BuiltinFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
copy(java.lang.String input, char[] buf, int bufix, int from, int to)
(package private) static java.util.regex.Pattern
getRegexp(java.lang.String regexp)
-