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 CompiledExpressionCompiles expression, resolving the function names in the library.static CompiledExpressionCompiles 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 voidParser.consume(int cc) voidSearches the namespace defined by this library object for method or field.protected MemberLibrary.getMostSpecific(Class<?> container, String name, Class<?>[] params, List<Member> applicable_methods, int np) Returns the most specific method, matching the call.voidLibrary.markStateDependent(String name, Class<?>[] params) This method marks a static member as having the internal state.voidParser.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.