class com.oracle.js.parser.ParserContextLoopNode extends com.oracle.js.parser.ParserContextBaseNode implements com.oracle.js.parser.ParserContextBreakableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.ParserContextLoopNode
  super_class: com.oracle.js.parser.ParserContextBaseNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContextLoopNode this
         0: .line 46
            aload 0 /* this */
            invokespecial com.oracle.js.parser.ParserContextBaseNode.<init>:()V
            return
        end local 0 // com.oracle.js.parser.ParserContextLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContextLoopNode;

  public boolean isBreakableWithoutLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.ParserContextLoopNode this
         0: .line 50
            iconst_1
            ireturn
        end local 0 // com.oracle.js.parser.ParserContextLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/ParserContextLoopNode;
}
SourceFile: "ParserContextLoopNode.java"