Uses of Class
org.apache.commons.jexl3.internal.InterpreterBase
-
Packages that use InterpreterBase Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of InterpreterBase in org.apache.commons.jexl3.internal
Subclasses of InterpreterBase in org.apache.commons.jexl3.internal Modifier and Type Class Description class
Interpreter
An interpreter of JEXL syntax.class
TemplateInterpreter
The type of interpreter to use during evaluation of templates.Fields in org.apache.commons.jexl3.internal declared as InterpreterBase Modifier and Type Field Description protected InterpreterBase
Operators. interpreter
The owner.Methods in org.apache.commons.jexl3.internal with parameters of type InterpreterBase Modifier and Type Method Description protected java.lang.Object
InterpreterBase.ArithmeticFuncall. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)
protected java.lang.Object
InterpreterBase.ContextFuncall. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)
protected java.lang.Object
InterpreterBase.ContextualCtor. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)
protected java.lang.Object
InterpreterBase.Funcall. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)
Try invocation.Constructors in org.apache.commons.jexl3.internal with parameters of type InterpreterBase Constructor Description InterpreterBase(InterpreterBase ii, JexlArithmetic jexla)
Copy constructor.Operators(InterpreterBase owner)
Constructs a new instance.
-