static CompiledExpression |
Evaluator.compile(java.lang.String expression,
Library lib) |
Compiles expression, resolving the function names in the library.
|
static CompiledExpression |
Evaluator.compile(java.lang.String expression,
Library lib,
java.lang.Class<?> resultType) |
Compiles expression, resolving the function names in the library.
|
static byte[] |
Evaluator.compileBits(java.lang.String expression,
Library lib) |
Compiles expression, resolving the function names in the library.
|
static byte[] |
Evaluator.compileBits(java.lang.String expression,
Library lib,
java.lang.Class<?> resultType) |
Compiles expression, resolving the function names in the library.
|