static INodeFunc |
InternalCompiler.compileFunction(java.lang.String expression,
FunctionContext context,
Argument... args) |
static INodeFunc.INodeFuncBoolean |
GenericExpressionCompiler.compileFunctionBoolean(java.lang.String function,
Argument... args) |
static INodeFunc.INodeFuncBoolean |
GenericExpressionCompiler.compileFunctionBoolean(java.lang.String function,
FunctionContext context,
Argument... args) |
static INodeFunc.INodeFuncDouble |
GenericExpressionCompiler.compileFunctionDouble(java.lang.String function,
Argument... args) |
static INodeFunc.INodeFuncDouble |
GenericExpressionCompiler.compileFunctionDouble(java.lang.String function,
FunctionContext context,
Argument... args) |
static INodeFunc.INodeFuncLong |
GenericExpressionCompiler.compileFunctionLong(java.lang.String function,
Argument... args) |
static INodeFunc.INodeFuncLong |
GenericExpressionCompiler.compileFunctionLong(java.lang.String function,
FunctionContext context,
Argument... args) |
static <T> INodeFunc.INodeFuncObject<T> |
GenericExpressionCompiler.compileFunctionObject(java.lang.Class<T> clazz,
java.lang.String function,
Argument... args) |
static <T> INodeFunc.INodeFuncObject<T> |
GenericExpressionCompiler.compileFunctionObject(java.lang.Class<T> clazz,
java.lang.String function,
FunctionContext context,
Argument... args) |
static INodeFunc.INodeFuncObject<java.lang.String> |
GenericExpressionCompiler.compileFunctionString(java.lang.String function,
Argument... args) |
static INodeFunc.INodeFuncObject<java.lang.String> |
GenericExpressionCompiler.compileFunctionString(java.lang.String function,
FunctionContext context,
Argument... args) |