- 
Methods in gnu.jel with parameters of type Library 
| Modifier and Type | Method | Description |  
| 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. |  
 
 
Constructors in gnu.jel with parameters of type Library 
| Constructor | Description |  
| Parser(java.lang.String in,
Library lib) | Initializes the parser. |