| Package | Description | 
|---|---|
| gnu.jel | 
| Modifier and Type | Method and 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. | 
| Constructor and Description | 
|---|
| Parser(java.lang.String in,
      Library lib)Initializes the parser. | 
Copyright © 1998-2016 Konstantin L. Metlov All Rights Reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the JEL manual.