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

protected static class InterpreterBase.ContextualCtor extends InterpreterBase.Funcall
A ctor that needs a context as 1st argument.
  • Constructor Details

    • ContextualCtor

      protected ContextualCtor(JexlMethod jme, boolean flag)
      Constructor.
      Parameters:
      jme - the method
      flag - the narrow flag
  • Method Details