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 classInterpreterBase.ArithmeticFuncallCached arithmetic function call.protected static classInterpreterBase.ContextFuncallCached context function call.protected static classInterpreterBase.ContextualCtorA ctor that needs a context as 1st argument.protected static classInterpreterBase.FuncallCached function call.
-