Uses of Class
gnu.jel.CompilationException
Packages that use CompilationException
-
Uses of CompilationException in gnu.jel
Methods in gnu.jel that throw CompilationExceptionModifier and TypeMethodDescriptionstatic CompiledExpression
Compiles expression, resolving the function names in the library.static CompiledExpression
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.protected void
Parser.consume
(int cc) void
Searches the namespace defined by this library object for method or field.protected Member
Library.getMostSpecific
(Class<?> container, String name, Class<?>[] params, List<Member> applicable_methods, int np) Returns the most specific method, matching the call.void
Library.markStateDependent
(String name, Class<?>[] params) This method marks a static member as having the internal state.void
Parser.nextToken()
Parses expression.Constructors in gnu.jel that throw CompilationExceptionModifierConstructorDescriptionConstructs a new binary operation.Prepares a new method/field call/get operation to be added to the code.Creates conditional operator.Constructs a new unary operation.Creates conversion operation to the given class.