class com.oracle.js.parser.ParserContextBlockNode extends com.oracle.js.parser.ParserContextBaseNode implements com.oracle.js.parser.ParserContextBreakableNode, com.oracle.js.parser.ParserContextScopableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.ParserContextBlockNode
  super_class: com.oracle.js.parser.ParserContextBaseNode
{
  private final long token;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.js.parser.ir.Scope scope;
    descriptor: Lcom/oracle/js/parser/ir/Scope;
    flags: (0x0002) ACC_PRIVATE

  void <init>(long, com.oracle.js.parser.ir.Scope);
    descriptor: (JLcom/oracle/js/parser/ir/Scope;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.js.parser.ParserContextBlockNode this
        start local 1 // long token
        start local 3 // com.oracle.js.parser.ir.Scope scope
         0: .line 59
            aload 0 /* this */
            invokespecial com.oracle.js.parser.ParserContextBaseNode.<init>:()V
         1: .line 60
            aload 0 /* this */
            lload 1 /* token */
            putfield com.oracle.js.parser.ParserContextBlockNode.token:J
         2: .line 61
            aload 0 /* this */
            aload 3 /* scope */
            putfield com.oracle.js.parser.ParserContextBlockNode.scope:Lcom/oracle/js/parser/ir/Scope;
         3: .line 62
            return
        end local 3 // com.oracle.js.parser.ir.Scope scope
        end local 1 // long token
        end local 0 // com.oracle.js.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/js/parser/ParserContextBlockNode;
            0    4     1  token  J
            0    4     3  scope  Lcom/oracle/js/parser/ir/Scope;
    MethodParameters:
       Name  Flags
      token  final
      scope  

  public boolean isBreakableWithoutLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContextBlockNode this
         0: .line 66
            iconst_0
            ireturn
        end local 0 // com.oracle.js.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContextBlockNode;

  public long getToken();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContextBlockNode this
         0: .line 75
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContextBlockNode.token:J
            lreturn
        end local 0 // com.oracle.js.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContextBlockNode;

  public com.oracle.js.parser.ir.Scope getScope();
    descriptor: ()Lcom/oracle/js/parser/ir/Scope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContextBlockNode this
         0: .line 80
            aload 0 /* this */
            getfield com.oracle.js.parser.ParserContextBlockNode.scope:Lcom/oracle/js/parser/ir/Scope;
            areturn
        end local 0 // com.oracle.js.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContextBlockNode;

  public void setScope(com.oracle.js.parser.ir.Scope);
    descriptor: (Lcom/oracle/js/parser/ir/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.ParserContextBlockNode this
        start local 1 // com.oracle.js.parser.ir.Scope scope
         0: .line 84
            aload 0 /* this */
            aload 1 /* scope */
            putfield com.oracle.js.parser.ParserContextBlockNode.scope:Lcom/oracle/js/parser/ir/Scope;
         1: .line 85
            return
        end local 1 // com.oracle.js.parser.ir.Scope scope
        end local 0 // com.oracle.js.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/js/parser/ParserContextBlockNode;
            0    2     1  scope  Lcom/oracle/js/parser/ir/Scope;
    MethodParameters:
       Name  Flags
      scope  
}
SourceFile: "ParserContextBlockNode.java"