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 classInterpreterAn interpreter of JEXL syntax.classTemplateInterpreterThe type of interpreter to use during evaluation of templates.Methods in org.apache.commons.jexl3.internal with parameters of type InterpreterBase Modifier and Type Method Description protected java.lang.ObjectInterpreterBase.ArithmeticFuncall. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)protected java.lang.ObjectInterpreterBase.ContextFuncall. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)protected java.lang.ObjectInterpreterBase.ContextualCtor. tryInvoke(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)protected java.lang.ObjectInterpreterBase.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.
-