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
ConstructorsModifierConstructorDescriptionprotected
ContextualCtor
(JexlMethod jme, boolean flag) Constructor. -
Method Summary
-
Constructor Details
-
ContextualCtor
Constructor.- Parameters:
jme
- the methodflag
- the narrow flag
-
-
Method Details
-
tryInvoke
Description copied from class:InterpreterBase.Funcall
Try invocation.- Overrides:
tryInvoke
in classInterpreterBase.Funcall
- Parameters:
ii
- the interpretername
- the method nametarget
- the method targetargs
- the method arguments- Returns:
- the method invocation result (or JexlEngine.TRY_FAILED)
-