Class InterpreterBase.ContextualCtor
java.lang.Object
org.apache.commons.jexl3.internal.InterpreterBase.Funcall
org.apache.commons.jexl3.internal.InterpreterBase.ContextualCtor
- All Implemented Interfaces:
JexlNode.Funcall
- Enclosing class:
InterpreterBase
A ctor that needs a context as 1st argument.
-
Field Summary
Fields inherited from class org.apache.commons.jexl3.internal.InterpreterBase.Funcall
me, narrow -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContextualCtor(JexlMethod jme, boolean flag) Constructs a new instance. -
Method Summary
-
Constructor Details
-
ContextualCtor
Constructs a new instance.- Parameters:
jme- the methodflag- the narrow flag
-
-
Method Details
-
tryInvoke
Description copied from class:InterpreterBase.FuncallTry invocation.- Overrides:
tryInvokein classInterpreterBase.Funcall- Parameters:
ii- the interpretername- the method nametarget- the method targetargs- the method arguments- Returns:
- the method invocation result (or JexlEngine.TRY_FAILED)
-