Uses of Class
gnu.jel.Library

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(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
Parser(java.lang.String in, Library lib)
          Initializes the parser.
 



Copyright © 1998-2007 Konstantin L. Metlov All Rights Reserved.