Class JexlEngine.Frame

  • Enclosing class:
    JexlEngine

    public static final class JexlEngine.Frame
    extends java.lang.Object
    A call frame, created from a scope, stores the arguments and local variables as "registers".
    Since:
    2.1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getParameters()  
      java.lang.Object[] getRegisters()  
      • Methods inherited from class java.lang.Object

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

      • getRegisters

        public java.lang.Object[] getRegisters()
        Returns:
        the registers
      • getParameters

        public java.lang.String[] getParameters()
        Returns:
        the parameters