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 classInterpreterBase.ArithmeticFuncallCached arithmetic function call.protected static classInterpreterBase.ContextFuncallCached context function call.protected static classInterpreterBase.ContextualCtorA 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.FuncallInterpreterBase.CallDispatcher. funcallThe cacheable funcall if any.
-