Uses of Class
org.apache.commons.jexl3.internal.InterpreterBase
Packages that use InterpreterBase
Package
Description
Provides utilities for introspection services.
-
Uses of InterpreterBase in org.apache.commons.jexl3.internal
Subclasses of InterpreterBase in org.apache.commons.jexl3.internalModifier and TypeClassDescriptionclass
An interpreter of JEXL syntax.class
The type of interpreter to use during evaluation of templates.Fields in org.apache.commons.jexl3.internal declared as InterpreterBaseModifier and TypeFieldDescriptionprotected final InterpreterBase
Operators.interpreter
The owner.Methods in org.apache.commons.jexl3.internal with parameters of type InterpreterBaseModifier and TypeMethodDescriptionprotected Object
InterpreterBase.ArithmeticFuncall.tryInvoke
(InterpreterBase ii, String name, Object target, Object[] args) protected Object
InterpreterBase.ContextFuncall.tryInvoke
(InterpreterBase ii, String name, Object target, Object[] args) protected Object
InterpreterBase.ContextualCtor.tryInvoke
(InterpreterBase ii, String name, Object target, Object[] args) protected Object
InterpreterBase.Funcall.tryInvoke
(InterpreterBase ii, String name, Object target, Object[] args) Try invocation.Constructors in org.apache.commons.jexl3.internal with parameters of type InterpreterBaseModifierConstructorDescriptionprotected
InterpreterBase
(InterpreterBase ii, JexlArithmetic jexla) Copy constructor.protected
Operators
(InterpreterBase owner) Constructor.