Uses of Class
org.apache.commons.jexl3.internal.InterpreterBase.Funcall
-
Packages that use InterpreterBase.Funcall Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of InterpreterBase.Funcall in org.apache.commons.jexl3.internal
Subclasses of InterpreterBase.Funcall in org.apache.commons.jexl3.internal Modifier and Type Class Description protected static class
InterpreterBase.ArithmeticFuncall
Cached arithmetic function call.protected static class
InterpreterBase.ContextFuncall
Cached context function call.protected static class
InterpreterBase.ContextualCtor
A ctor that needs a context as 1st argument.Fields in org.apache.commons.jexl3.internal declared as InterpreterBase.Funcall Modifier and Type Field Description (package private) InterpreterBase.Funcall
InterpreterBase.CallDispatcher. funcall
The cacheable funcall if any.
-