|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Library | |
---|---|
gnu.jel |
Uses of Library in gnu.jel |
---|
Methods in gnu.jel with parameters of type Library | |
---|---|
static CompiledExpression |
Evaluator.compile(String expression,
Library lib)
Compiles expression, resolving the function names in the library. |
static CompiledExpression |
Evaluator.compile(String expression,
Library lib,
Class resultType)
Compiles expression, resolving the function names in the library. |
static byte[] |
Evaluator.compileBits(String expression,
Library lib)
Compiles expression, resolving the function names in the library. |
static byte[] |
Evaluator.compileBits(String expression,
Library lib,
Class resultType)
Compiles expression, resolving the function names in the library. |
Constructors in gnu.jel with parameters of type Library | |
---|---|
Parser(String in,
Library lib)
Initializes the parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |