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

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
        start local 1 // long token
         0: .line 39
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.parser.ParserContextBaseNode.<init>:()V
         1: .line 40
            aload 0 /* this */
            lload 1 /* token */
            putfield jdk.nashorn.internal.parser.ParserContextBlockNode.token:J
         2: .line 41
            return
        end local 1 // long token
        end local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/nashorn/internal/parser/ParserContextBlockNode;
            0    3     1  token  J
    MethodParameters:
       Name  Flags
      token  final

  public boolean isBreakableWithoutLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
         0: .line 45
            iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/parser/ParserContextBlockNode;

  public long getToken();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
         0: .line 53
            aload 0 /* this */
            getfield jdk.nashorn.internal.parser.ParserContextBlockNode.token:J
            lreturn
        end local 0 // jdk.nashorn.internal.parser.ParserContextBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/parser/ParserContextBlockNode;
}
SourceFile: "ParserContextBlockNode.java"