Class OptRuntime.GeneratorState

  • Enclosing class:
    OptRuntime

    public static class OptRuntime.GeneratorState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneratorState​(Scriptable thisObj, int maxLocals, int maxStack)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • resumptionPoint

        public int resumptionPoint
      • resumptionPoint_NAME

        static final java.lang.String resumptionPoint_NAME
        See Also:
        Constant Field Values
      • resumptionPoint_TYPE

        static final java.lang.String resumptionPoint_TYPE
        See Also:
        Constant Field Values
      • stackState

        java.lang.Object[] stackState
      • localsState

        java.lang.Object[] localsState
      • maxLocals

        int maxLocals
      • maxStack

        int maxStack
      • returnValue

        java.lang.Object returnValue
    • Constructor Detail

      • GeneratorState

        GeneratorState​(Scriptable thisObj,
                       int maxLocals,
                       int maxStack)