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 TypeClassDescriptionclassAn interpreter of JEXL syntax.classThe type of interpreter to use during evaluation of templates.Fields in org.apache.commons.jexl3.internal declared as InterpreterBaseModifier and TypeFieldDescriptionprotected final InterpreterBaseOperators.interpreterThe owner.Methods in org.apache.commons.jexl3.internal with parameters of type InterpreterBaseModifier and TypeMethodDescriptionprotected ObjectInterpreterBase.ArithmeticFuncall.tryInvoke(InterpreterBase ii, String name, Object target, Object[] args) protected ObjectInterpreterBase.ContextFuncall.tryInvoke(InterpreterBase ii, String name, Object target, Object[] args) protected ObjectInterpreterBase.ContextualCtor.tryInvoke(InterpreterBase ii, String name, Object target, Object[] args) protected ObjectInterpreterBase.Funcall.tryInvoke(InterpreterBase ii, String name, Object target, Object[] args) Try invocation.Constructors in org.apache.commons.jexl3.internal with parameters of type InterpreterBaseModifierConstructorDescriptionprotectedInterpreterBase(InterpreterBase ii, JexlArithmetic jexla) Copy constructor.protectedOperators(InterpreterBase owner) Constructs a new instance.