class org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry implements org.yaml.snakeyaml.parser.Production
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry
  super_class: java.lang.Object
{
  final org.yaml.snakeyaml.parser.ParserImpl this$0;
    descriptor: Lorg/yaml/snakeyaml/parser/ParserImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.yaml.snakeyaml.parser.ParserImpl);
    descriptor: (Lorg/yaml/snakeyaml/parser/ParserImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry this
         0: .line 492
            aload 0 /* this */
            aload 1
            putfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseBlockSequenceFirstEntry;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.yaml.snakeyaml.events.Event produce();
    descriptor: ()Lorg/yaml/snakeyaml/events/Event;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry this
         0: .line 494
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.scanner:Lorg/yaml/snakeyaml/scanner/Scanner;
            invokeinterface org.yaml.snakeyaml.scanner.Scanner.getToken:()Lorg/yaml/snakeyaml/tokens/Token;
            astore 1 /* token */
        start local 1 // org.yaml.snakeyaml.tokens.Token token
         1: .line 495
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.marks:Lorg/yaml/snakeyaml/util/ArrayStack;
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.getStartMark:()Lorg/yaml/snakeyaml/error/Mark;
            invokevirtual org.yaml.snakeyaml.util.ArrayStack.push:(Ljava/lang/Object;)V
         2: .line 496
            new org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            invokespecial org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.<init>:(Lorg/yaml/snakeyaml/parser/ParserImpl;)V
            invokevirtual org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce:()Lorg/yaml/snakeyaml/events/Event;
            areturn
        end local 1 // org.yaml.snakeyaml.tokens.Token token
        end local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseBlockSequenceFirstEntry;
            1    3     1  token  Lorg/yaml/snakeyaml/tokens/Token;
}
SourceFile: "ParserImpl.java"
NestHost: org.yaml.snakeyaml.parser.ParserImpl
InnerClasses:
  private ParseBlockSequenceEntry = org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry of org.yaml.snakeyaml.parser.ParserImpl
  private ParseBlockSequenceFirstEntry = org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry of org.yaml.snakeyaml.parser.ParserImpl