Uses of Interface
org.apache.commons.jexl3.parser.JexlNode.Funcall
-
Packages that use JexlNode.Funcall Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlNode.Funcall in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlNode.Funcall 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.protected static class
InterpreterBase.Funcall
Cached function call.
-