class com.oracle.js.parser.ParserContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.ParserContext
  super_class: java.lang.Object
{
  private com.oracle.js.parser.ParserContextNode[] stack;
    descriptor: [Lcom/oracle/js/parser/ParserContextNode;
    flags: (0x0002) ACC_PRIVATE

  private int sp;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final int INITIAL_DEPTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 57
            ldc Lcom/oracle/js/parser/ParserContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.js.parser.ParserContext.$assertionsDisabled:Z
         3: .line 62
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.oracle.js.parser.ParserContext.sp:I
         2: .line 69
            aload 0 /* this */
            bipush 16
            anewarray com.oracle.js.parser.ParserContextNode
            putfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
         3: .line 70
            return
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/js/parser/ParserContext;

  public <T extends com.oracle.js.parser.ParserContextNode> T push();
    descriptor: (Lcom/oracle/js/parser/ParserContextNode;)Lcom/oracle/js/parser/ParserContextNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // com.oracle.js.parser.ParserContextNode node
         0: .line 79
            getstatic com.oracle.js.parser.ParserContext.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual com.oracle.js.parser.ParserContext.contains:(Lcom/oracle/js/parser/ParserContextNode;)Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            arraylength
            if_icmpne 5
         2: .line 81
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_2
            imul
            anewarray com.oracle.js.parser.ParserContextNode
            astore 2 /* newStack */
        start local 2 // com.oracle.js.parser.ParserContextNode[] newStack
         3: .line 82
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            iconst_0
            aload 2 /* newStack */
            iconst_0
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 83
            aload 0 /* this */
            aload 2 /* newStack */
            putfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
        end local 2 // com.oracle.js.parser.ParserContextNode[] newStack
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            aload 1 /* node */
            aastore
         6: .line 86
            aload 0 /* this */
            dup
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            iadd
            putfield com.oracle.js.parser.ParserContext.sp:I
         7: .line 88
            aload 1 /* node */
            areturn
        end local 1 // com.oracle.js.parser.ParserContextNode node
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/oracle/js/parser/ParserContext;
            0    8     1      node  TT;
            3    5     2  newStack  [Lcom/oracle/js/parser/ParserContextNode;
    Signature: <T::Lcom/oracle/js/parser/ParserContextNode;>(TT;)TT;
    MethodParameters:
      Name  Flags
      node  final

  public com.oracle.js.parser.ParserContextNode peek();
    descriptor: ()Lcom/oracle/js/parser/ParserContextNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            aaload
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;

  public <T extends com.oracle.js.parser.ParserContextNode> T pop();
    descriptor: (Lcom/oracle/js/parser/ParserContextNode;)Lcom/oracle/js/parser/ParserContextNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // com.oracle.js.parser.ParserContextNode node
         0: .line 107
            aload 0 /* this */
            dup
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            putfield com.oracle.js.parser.ParserContext.sp:I
         1: .line 109
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            aaload
            astore 2 /* popped */
        start local 2 // com.oracle.js.parser.ParserContextNode popped
         2: .line 110
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            aconst_null
            aastore
         3: .line 111
            getstatic com.oracle.js.parser.ParserContext.$assertionsDisabled:Z
            ifne 4
            aload 1 /* node */
            aload 2 /* popped */
            if_acmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 113
      StackMap locals: com.oracle.js.parser.ParserContextNode
      StackMap stack:
            aload 2 /* popped */
            areturn
        end local 2 // com.oracle.js.parser.ParserContextNode popped
        end local 1 // com.oracle.js.parser.ParserContextNode node
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/js/parser/ParserContext;
            0    5     1    node  TT;
            2    5     2  popped  TT;
    Signature: <T::Lcom/oracle/js/parser/ParserContextNode;>(TT;)TT;
    MethodParameters:
      Name  Flags
      node  final

  public boolean contains(com.oracle.js.parser.ParserContextNode);
    descriptor: (Lcom/oracle/js/parser/ParserContextNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // com.oracle.js.parser.ParserContextNode node
         0: .line 123
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 124
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            iload 2 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 4
         3: .line 125
            iconst_1
            ireturn
         4: .line 123
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            if_icmplt 2
        end local 2 // int i
         6: .line 128
            iconst_0
            ireturn
        end local 1 // com.oracle.js.parser.ParserContextNode node
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            0    7     1  node  Lcom/oracle/js/parser/ParserContextNode;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      node  final

  private com.oracle.js.parser.ParserContextBreakableNode getBreakable();
    descriptor: ()Lcom/oracle/js/parser/ParserContextBreakableNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 138
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextBreakableNode;
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getCurrentFunction:()Lcom/oracle/js/parser/ParserContextFunctionNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;Lcom/oracle/js/parser/ParserContextNode;)V
            astore 1 /* iter */
        start local 1 // com.oracle.js.parser.ParserContext$NodeIterator iter
         1: goto 5
         2: .line 139
      StackMap locals: com.oracle.js.parser.ParserContext$NodeIterator
      StackMap stack:
            aload 1 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.next:()Lcom/oracle/js/parser/ParserContextNode;
            checkcast com.oracle.js.parser.ParserContextBreakableNode
            astore 2 /* next */
        start local 2 // com.oracle.js.parser.ParserContextBreakableNode next
         3: .line 140
            aload 2 /* next */
            invokeinterface com.oracle.js.parser.ParserContextBreakableNode.isBreakableWithoutLabel:()Z
            ifeq 5
         4: .line 141
            aload 2 /* next */
            areturn
        end local 2 // com.oracle.js.parser.ParserContextBreakableNode next
         5: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.hasNext:()Z
            ifne 2
        end local 1 // com.oracle.js.parser.ParserContext$NodeIterator iter
         6: .line 144
            aconst_null
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            1    6     1  iter  Lcom/oracle/js/parser/ParserContext$NodeIterator<Lcom/oracle/js/parser/ParserContextBreakableNode;>;
            3    5     2  next  Lcom/oracle/js/parser/ParserContextBreakableNode;

  public com.oracle.js.parser.ParserContextBreakableNode getBreakable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/js/parser/ParserContextBreakableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // java.lang.String labelName
         0: .line 155
            aload 1 /* labelName */
            ifnull 10
         1: .line 156
            aload 0 /* this */
            aload 1 /* labelName */
            invokevirtual com.oracle.js.parser.ParserContext.findLabel:(Ljava/lang/String;)Lcom/oracle/js/parser/ParserContextLabelNode;
            astore 2 /* foundLabel */
        start local 2 // com.oracle.js.parser.ParserContextLabelNode foundLabel
         2: .line 157
            aload 2 /* foundLabel */
            ifnull 9
         3: .line 159
            aconst_null
            astore 3 /* breakable */
        start local 3 // com.oracle.js.parser.ParserContextBreakableNode breakable
         4: .line 160
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextBreakableNode;
            aload 2 /* foundLabel */
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;Lcom/oracle/js/parser/ParserContextNode;)V
            astore 4 /* iter */
        start local 4 // com.oracle.js.parser.ParserContext$NodeIterator iter
         5: goto 7
         6: .line 161
      StackMap locals: com.oracle.js.parser.ParserContextLabelNode com.oracle.js.parser.ParserContextBreakableNode com.oracle.js.parser.ParserContext$NodeIterator
      StackMap stack:
            aload 4 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.next:()Lcom/oracle/js/parser/ParserContextNode;
            checkcast com.oracle.js.parser.ParserContextBreakableNode
            astore 3 /* breakable */
         7: .line 160
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.hasNext:()Z
            ifne 6
        end local 4 // com.oracle.js.parser.ParserContext$NodeIterator iter
         8: .line 163
            aload 3 /* breakable */
            areturn
        end local 3 // com.oracle.js.parser.ParserContextBreakableNode breakable
         9: .line 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.oracle.js.parser.ParserContextLabelNode foundLabel
        10: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getBreakable:()Lcom/oracle/js/parser/ParserContextBreakableNode;
            areturn
        end local 1 // java.lang.String labelName
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/oracle/js/parser/ParserContext;
            0   11     1   labelName  Ljava/lang/String;
            2   10     2  foundLabel  Lcom/oracle/js/parser/ParserContextLabelNode;
            4    9     3   breakable  Lcom/oracle/js/parser/ParserContextBreakableNode;
            5    8     4        iter  Lcom/oracle/js/parser/ParserContext$NodeIterator<Lcom/oracle/js/parser/ParserContextBreakableNode;>;
    MethodParameters:
           Name  Flags
      labelName  final

  public com.oracle.js.parser.ParserContextLoopNode getCurrentLoop();
    descriptor: ()Lcom/oracle/js/parser/ParserContextLoopNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 177
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextLoopNode;
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getCurrentFunction:()Lcom/oracle/js/parser/ParserContextFunctionNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;Lcom/oracle/js/parser/ParserContextNode;)V
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         1: .line 178
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 2
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.js.parser.ParserContextLoopNode
            goto 3
      StackMap locals: java.util.Iterator
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.oracle.js.parser.ParserContextLoopNode
         3: areturn
        end local 1 // java.util.Iterator iter
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/js/parser/ParserContext;
            1    4     1  iter  Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextLoopNode;>;

  private com.oracle.js.parser.ParserContextLoopNode getContinueTo();
    descriptor: ()Lcom/oracle/js/parser/ParserContextLoopNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 182
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getCurrentLoop:()Lcom/oracle/js/parser/ParserContextLoopNode;
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;

  public com.oracle.js.parser.ParserContextLoopNode getContinueTo(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/js/parser/ParserContextLoopNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // java.lang.String labelName
         0: .line 193
            aload 1 /* labelName */
            ifnull 10
         1: .line 194
            aload 0 /* this */
            aload 1 /* labelName */
            invokevirtual com.oracle.js.parser.ParserContext.findLabel:(Ljava/lang/String;)Lcom/oracle/js/parser/ParserContextLabelNode;
            astore 2 /* foundLabel */
        start local 2 // com.oracle.js.parser.ParserContextLabelNode foundLabel
         2: .line 195
            aload 2 /* foundLabel */
            ifnull 9
         3: .line 197
            aconst_null
            astore 3 /* loop */
        start local 3 // com.oracle.js.parser.ParserContextLoopNode loop
         4: .line 198
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextLoopNode;
            aload 2 /* foundLabel */
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;Lcom/oracle/js/parser/ParserContextNode;)V
            astore 4 /* iter */
        start local 4 // com.oracle.js.parser.ParserContext$NodeIterator iter
         5: goto 7
         6: .line 199
      StackMap locals: com.oracle.js.parser.ParserContextLabelNode com.oracle.js.parser.ParserContextLoopNode com.oracle.js.parser.ParserContext$NodeIterator
      StackMap stack:
            aload 4 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.next:()Lcom/oracle/js/parser/ParserContextNode;
            checkcast com.oracle.js.parser.ParserContextLoopNode
            astore 3 /* loop */
         7: .line 198
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.hasNext:()Z
            ifne 6
        end local 4 // com.oracle.js.parser.ParserContext$NodeIterator iter
         8: .line 201
            aload 3 /* loop */
            areturn
        end local 3 // com.oracle.js.parser.ParserContextLoopNode loop
         9: .line 203
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.oracle.js.parser.ParserContextLabelNode foundLabel
        10: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getContinueTo:()Lcom/oracle/js/parser/ParserContextLoopNode;
            areturn
        end local 1 // java.lang.String labelName
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/oracle/js/parser/ParserContext;
            0   11     1   labelName  Ljava/lang/String;
            2   10     2  foundLabel  Lcom/oracle/js/parser/ParserContextLabelNode;
            4    9     3        loop  Lcom/oracle/js/parser/ParserContextLoopNode;
            5    8     4        iter  Lcom/oracle/js/parser/ParserContext$NodeIterator<Lcom/oracle/js/parser/ParserContextLoopNode;>;
    MethodParameters:
           Name  Flags
      labelName  final

  public com.oracle.js.parser.ParserContextLabelNode findLabel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/js/parser/ParserContextLabelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // java.lang.String name
         0: .line 215
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextLabelNode;
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getCurrentFunction:()Lcom/oracle/js/parser/ParserContextFunctionNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;Lcom/oracle/js/parser/ParserContextNode;)V
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 5
         2: .line 216
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.js.parser.ParserContextLabelNode
            astore 3 /* next */
        start local 3 // com.oracle.js.parser.ParserContextLabelNode next
         3: .line 217
            aload 3 /* next */
            invokevirtual com.oracle.js.parser.ParserContextLabelNode.getLabelName:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 218
            aload 3 /* next */
            areturn
        end local 3 // com.oracle.js.parser.ParserContextLabelNode next
         5: .line 215
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         6: .line 221
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            0    7     1  name  Ljava/lang/String;
            1    6     2  iter  Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextLabelNode;>;
            3    5     3  next  Lcom/oracle/js/parser/ParserContextLabelNode;
    MethodParameters:
      Name  Flags
      name  final

  public void prependStatementToCurrentNode(com.oracle.js.parser.ir.Statement);
    descriptor: (Lcom/oracle/js/parser/ir/Statement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // com.oracle.js.parser.ir.Statement statement
         0: .line 230
            getstatic com.oracle.js.parser.ParserContext.$assertionsDisabled:Z
            ifne 1
            aload 1 /* statement */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            aaload
            aload 1 /* statement */
            invokeinterface com.oracle.js.parser.ParserContextNode.prependStatement:(Lcom/oracle/js/parser/ir/Statement;)V
         2: .line 232
            return
        end local 1 // com.oracle.js.parser.ir.Statement statement
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/js/parser/ParserContext;
            0    3     1  statement  Lcom/oracle/js/parser/ir/Statement;
    MethodParameters:
           Name  Flags
      statement  final

  public void appendStatementToCurrentNode(com.oracle.js.parser.ir.Statement);
    descriptor: (Lcom/oracle/js/parser/ir/Statement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.ParserContext this
        start local 1 // com.oracle.js.parser.ir.Statement statement
         0: .line 240
            getstatic com.oracle.js.parser.ParserContext.$assertionsDisabled:Z
            ifne 1
            aload 1 /* statement */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            aaload
            aload 1 /* statement */
            invokeinterface com.oracle.js.parser.ParserContextNode.appendStatement:(Lcom/oracle/js/parser/ir/Statement;)V
         2: .line 242
            return
        end local 1 // com.oracle.js.parser.ir.Statement statement
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/js/parser/ParserContext;
            0    3     1  statement  Lcom/oracle/js/parser/ir/Statement;
    MethodParameters:
           Name  Flags
      statement  final

  public com.oracle.js.parser.ParserContextFunctionNode getCurrentFunction();
    descriptor: ()Lcom/oracle/js/parser/ParserContextFunctionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 250
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 251
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            iload 1 /* i */
            aaload
            instanceof com.oracle.js.parser.ParserContextFunctionNode
            ifeq 4
         3: .line 252
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            iload 1 /* i */
            aaload
            checkcast com.oracle.js.parser.ParserContextFunctionNode
            areturn
         4: .line 250
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            ifge 2
        end local 1 // int i
         6: .line 255
            aconst_null
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            1    6     1     i  I

  public java.util.Iterator<com.oracle.js.parser.ParserContextBlockNode> getBlocks();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 265
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextBlockNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;)V
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;
    Signature: ()Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextBlockNode;>;

  public com.oracle.js.parser.ParserContextBlockNode getCurrentBlock();
    descriptor: ()Lcom/oracle/js/parser/ParserContextBlockNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 274
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getBlocks:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.js.parser.ParserContextBlockNode
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;

  public com.oracle.js.parser.ir.Statement getLastStatement();
    descriptor: ()Lcom/oracle/js/parser/ir/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 283
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            ifne 2
         1: .line 284
            aconst_null
            areturn
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.stack:[Lcom/oracle/js/parser/ParserContextNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContext.sp:I
            iconst_1
            isub
            aaload
            astore 1 /* top */
        start local 1 // com.oracle.js.parser.ParserContextNode top
         3: .line 287
            aload 1 /* top */
            invokeinterface com.oracle.js.parser.ParserContextNode.getStatements:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* s */
        start local 2 // int s
         4: .line 288
            iload 2 /* s */
            ifne 5
            aconst_null
            goto 6
      StackMap locals: com.oracle.js.parser.ParserContextNode int
      StackMap stack:
         5: aload 1 /* top */
            invokeinterface com.oracle.js.parser.ParserContextNode.getStatements:()Ljava/util/List;
            iload 2 /* s */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.oracle.js.parser.ir.Statement
      StackMap locals:
      StackMap stack: com.oracle.js.parser.ir.Statement
         6: areturn
        end local 2 // int s
        end local 1 // com.oracle.js.parser.ParserContextNode top
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            3    7     1   top  Lcom/oracle/js/parser/ParserContextNode;
            4    7     2     s  I

  public java.util.Iterator<com.oracle.js.parser.ParserContextFunctionNode> getFunctions();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 298
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextFunctionNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;)V
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;
    Signature: ()Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextFunctionNode;>;

  public com.oracle.js.parser.ParserContextFunctionNode getCurrentNonArrowFunction();
    descriptor: ()Lcom/oracle/js/parser/ParserContextFunctionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 302
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.ParserContext.getFunctions:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         1: .line 303
            goto 5
         2: .line 304
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.js.parser.ParserContextFunctionNode
            astore 2 /* fn */
        start local 2 // com.oracle.js.parser.ParserContextFunctionNode fn
         3: .line 305
            aload 2 /* fn */
            invokevirtual com.oracle.js.parser.ParserContextFunctionNode.isArrow:()Z
            ifne 5
         4: .line 306
            aload 2 /* fn */
            areturn
        end local 2 // com.oracle.js.parser.ParserContextFunctionNode fn
         5: .line 303
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 309
            aconst_null
            areturn
        end local 1 // java.util.Iterator iter
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/js/parser/ParserContext;
            1    7     1  iter  Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextFunctionNode;>;
            3    5     2    fn  Lcom/oracle/js/parser/ParserContextFunctionNode;

  public com.oracle.js.parser.ir.Scope getCurrentScope();
    descriptor: ()Lcom/oracle/js/parser/ir/Scope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 316
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextScopableNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;)V
            astore 1 /* iterator */
        start local 1 // com.oracle.js.parser.ParserContext$NodeIterator iterator
         1: .line 317
            aload 1 /* iterator */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.hasNext:()Z
            ifeq 2
            aload 1 /* iterator */
            invokevirtual com.oracle.js.parser.ParserContext$NodeIterator.next:()Lcom/oracle/js/parser/ParserContextNode;
            checkcast com.oracle.js.parser.ParserContextScopableNode
            invokeinterface com.oracle.js.parser.ParserContextScopableNode.getScope:()Lcom/oracle/js/parser/ir/Scope;
            goto 3
      StackMap locals: com.oracle.js.parser.ParserContext$NodeIterator
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.oracle.js.parser.ir.Scope
         3: areturn
        end local 1 // com.oracle.js.parser.ParserContext$NodeIterator iterator
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/js/parser/ParserContext;
            1    4     1  iterator  Lcom/oracle/js/parser/ParserContext$NodeIterator<Lcom/oracle/js/parser/ParserContextScopableNode;>;

  public com.oracle.js.parser.ParserContextClassNode getCurrentClass();
    descriptor: ()Lcom/oracle/js/parser/ParserContextClassNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 324
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextClassNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;)V
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         1: .line 325
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 2
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.js.parser.ParserContextClassNode
            goto 3
      StackMap locals: java.util.Iterator
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.oracle.js.parser.ParserContextClassNode
         3: areturn
        end local 1 // java.util.Iterator iter
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/js/parser/ParserContext;
            1    4     1  iter  Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextClassNode;>;

  public java.util.Iterator<com.oracle.js.parser.ParserContextClassNode> getClasses();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContext this
         0: .line 334
            new com.oracle.js.parser.ParserContext$NodeIterator
            dup
            aload 0 /* this */
            ldc Lcom/oracle/js/parser/ParserContextClassNode;
            invokespecial com.oracle.js.parser.ParserContext$NodeIterator.<init>:(Lcom/oracle/js/parser/ParserContext;Ljava/lang/Class;)V
            areturn
        end local 0 // com.oracle.js.parser.ParserContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContext;
    Signature: ()Ljava/util/Iterator<Lcom/oracle/js/parser/ParserContextClassNode;>;
}
SourceFile: "ParserContext.java"
NestMembers:
  com.oracle.js.parser.ParserContext$NodeIterator
InnerClasses:
  private NodeIterator = com.oracle.js.parser.ParserContext$NodeIterator of com.oracle.js.parser.ParserContext