Class InterpreterBase.ContextFuncall

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ContextFuncall​(JexlMethod jme, boolean flag)
      Constructs a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object tryInvoke​(InterpreterBase ii, java.lang.String name, java.lang.Object target, java.lang.Object[] args)
      Try invocation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextFuncall

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

      • tryInvoke

        protected java.lang.Object tryInvoke​(InterpreterBase ii,
                                             java.lang.String name,
                                             java.lang.Object target,
                                             java.lang.Object[] args)
        Description copied from class: InterpreterBase.Funcall
        Try invocation.
        Overrides:
        tryInvoke in class InterpreterBase.Funcall
        Parameters:
        ii - the interpreter
        name - the method name
        target - the method target
        args - the method arguments
        Returns:
        the method invocation result (or JexlEngine.TRY_FAILED)