Class InterpreterBase.ContextFuncall

java.lang.Object
org.apache.commons.jexl3.internal.InterpreterBase.Funcall
org.apache.commons.jexl3.internal.InterpreterBase.ContextFuncall
All Implemented Interfaces:
JexlNode.Funcall
Enclosing class:
InterpreterBase

protected static class InterpreterBase.ContextFuncall extends InterpreterBase.Funcall
Cached context function call.
  • Constructor Details

    • ContextFuncall

      protected ContextFuncall(JexlMethod jme, boolean flag)
      Constructs a new instance.
      Parameters:
      jme - the method
      flag - the narrow flag
  • Method Details