final class com.oracle.js.parser.Parser$ForVariableDeclarationListResult
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.js.parser.Parser$ForVariableDeclarationListResult
  super_class: java.lang.Object
{
  com.oracle.js.parser.ir.Expression missingAssignment;
    descriptor: Lcom/oracle/js/parser/ir/Expression;
    flags: (0x0000) 

  long declarationWithInitializerToken;
    descriptor: J
    flags: (0x0000) 

  com.oracle.js.parser.ir.Expression init;
    descriptor: Lcom/oracle/js/parser/ir/Expression;
    flags: (0x0000) 

  com.oracle.js.parser.ir.Expression firstBinding;
    descriptor: Lcom/oracle/js/parser/ir/Expression;
    flags: (0x0000) 

  com.oracle.js.parser.ir.Expression secondBinding;
    descriptor: Lcom/oracle/js/parser/ir/Expression;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
         0: .line 2164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Parser$ForVariableDeclarationListResult;

  void recordMissingAssignment(com.oracle.js.parser.ir.Expression);
    descriptor: (Lcom/oracle/js/parser/ir/Expression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
        start local 1 // com.oracle.js.parser.ir.Expression binding
         0: .line 2175
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.missingAssignment:Lcom/oracle/js/parser/ir/Expression;
            ifnonnull 2
         1: .line 2176
            aload 0 /* this */
            aload 1 /* binding */
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.missingAssignment:Lcom/oracle/js/parser/ir/Expression;
         2: .line 2178
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.js.parser.ir.Expression binding
        end local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/js/parser/Parser$ForVariableDeclarationListResult;
            0    3     1  binding  Lcom/oracle/js/parser/ir/Expression;
    MethodParameters:
         Name  Flags
      binding  

  void recordDeclarationWithInitializer(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
        start local 1 // long token
         0: .line 2181
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.declarationWithInitializerToken:J
            lconst_0
            lcmp
            ifne 2
         1: .line 2182
            aload 0 /* this */
            lload 1 /* token */
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.declarationWithInitializerToken:J
         2: .line 2184
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long token
        end local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/js/parser/Parser$ForVariableDeclarationListResult;
            0    3     1  token  J
    MethodParameters:
       Name  Flags
      token  

  void addBinding(com.oracle.js.parser.ir.Expression);
    descriptor: (Lcom/oracle/js/parser/ir/Expression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
        start local 1 // com.oracle.js.parser.ir.Expression binding
         0: .line 2187
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.firstBinding:Lcom/oracle/js/parser/ir/Expression;
            ifnonnull 3
         1: .line 2188
            aload 0 /* this */
            aload 1 /* binding */
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.firstBinding:Lcom/oracle/js/parser/ir/Expression;
         2: .line 2189
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.secondBinding:Lcom/oracle/js/parser/ir/Expression;
            ifnonnull 5
         4: .line 2190
            aload 0 /* this */
            aload 1 /* binding */
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.secondBinding:Lcom/oracle/js/parser/ir/Expression;
         5: .line 2193
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.js.parser.ir.Expression binding
        end local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/oracle/js/parser/Parser$ForVariableDeclarationListResult;
            0    6     1  binding  Lcom/oracle/js/parser/ir/Expression;
    MethodParameters:
         Name  Flags
      binding  

  void addAssignment(com.oracle.js.parser.ir.Expression);
    descriptor: (Lcom/oracle/js/parser/ir/Expression;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
        start local 1 // com.oracle.js.parser.ir.Expression assignment
         0: .line 2196
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.init:Lcom/oracle/js/parser/ir/Expression;
            ifnonnull 3
         1: .line 2197
            aload 0 /* this */
            aload 1 /* assignment */
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.init:Lcom/oracle/js/parser/ir/Expression;
         2: .line 2198
            goto 4
         3: .line 2199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.oracle.js.parser.ir.BinaryNode
            dup
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.init:Lcom/oracle/js/parser/ir/Expression;
            invokevirtual com.oracle.js.parser.ir.Expression.getToken:()J
            getstatic com.oracle.js.parser.TokenType.COMMARIGHT:Lcom/oracle/js/parser/TokenType;
            invokestatic com.oracle.js.parser.Token.recast:(JLcom/oracle/js/parser/TokenType;)J
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.init:Lcom/oracle/js/parser/ir/Expression;
            aload 1 /* assignment */
            invokespecial com.oracle.js.parser.ir.BinaryNode.<init>:(JLcom/oracle/js/parser/ir/Expression;Lcom/oracle/js/parser/ir/Expression;)V
            putfield com.oracle.js.parser.Parser$ForVariableDeclarationListResult.init:Lcom/oracle/js/parser/ir/Expression;
         4: .line 2201
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.js.parser.ir.Expression assignment
        end local 0 // com.oracle.js.parser.Parser$ForVariableDeclarationListResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/js/parser/Parser$ForVariableDeclarationListResult;
            0    5     1  assignment  Lcom/oracle/js/parser/ir/Expression;
    MethodParameters:
            Name  Flags
      assignment  
}
SourceFile: "Parser.java"
NestHost: com.oracle.js.parser.Parser
InnerClasses:
  private final ForVariableDeclarationListResult = com.oracle.js.parser.Parser$ForVariableDeclarationListResult of com.oracle.js.parser.Parser