class org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry implements org.yaml.snakeyaml.parser.Production
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
  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$ParseBlockSequenceEntry this
         0: .line 500
            aload 0 /* this */
            aload 1
            putfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.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$ParseBlockSequenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntry;
    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=7, locals=3, args_size=1
        start local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry this
         0: .line 502
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.scanner:Lorg/yaml/snakeyaml/scanner/Scanner;
            iconst_1
            anewarray org.yaml.snakeyaml.tokens.Token$ID
            dup
            iconst_0
            getstatic org.yaml.snakeyaml.tokens.Token$ID.BlockEntry:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            invokeinterface org.yaml.snakeyaml.scanner.Scanner.checkToken:([Lorg/yaml/snakeyaml/tokens/Token$ID;)Z
            ifeq 7
         1: .line 503
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.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;
            checkcast org.yaml.snakeyaml.tokens.BlockEntryToken
            astore 1 /* token */
        start local 1 // org.yaml.snakeyaml.tokens.BlockEntryToken token
         2: .line 504
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.scanner:Lorg/yaml/snakeyaml/scanner/Scanner;
            iconst_2
            anewarray org.yaml.snakeyaml.tokens.Token$ID
            dup
            iconst_0
            getstatic org.yaml.snakeyaml.tokens.Token$ID.BlockEntry:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            dup
            iconst_1
            getstatic org.yaml.snakeyaml.tokens.Token$ID.BlockEnd:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            invokeinterface org.yaml.snakeyaml.scanner.Scanner.checkToken:([Lorg/yaml/snakeyaml/tokens/Token$ID;)Z
            ifne 5
         3: .line 505
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.states:Lorg/yaml/snakeyaml/util/ArrayStack;
            new org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.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.util.ArrayStack.push:(Ljava/lang/Object;)V
         4: .line 506
            new org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            invokespecial org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode.<init>:(Lorg/yaml/snakeyaml/parser/ParserImpl;)V
            invokevirtual org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode.produce:()Lorg/yaml/snakeyaml/events/Event;
            areturn
         5: .line 508
      StackMap locals: org.yaml.snakeyaml.tokens.BlockEntryToken
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            new org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            invokespecial org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.<init>:(Lorg/yaml/snakeyaml/parser/ParserImpl;)V
            putfield org.yaml.snakeyaml.parser.ParserImpl.state:Lorg/yaml/snakeyaml/parser/Production;
         6: .line 509
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.BlockEntryToken.getEndMark:()Lorg/yaml/snakeyaml/error/Mark;
            invokevirtual org.yaml.snakeyaml.parser.ParserImpl.processEmptyScalar:(Lorg/yaml/snakeyaml/error/Mark;)Lorg/yaml/snakeyaml/events/Event;
            areturn
        end local 1 // org.yaml.snakeyaml.tokens.BlockEntryToken token
         7: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.scanner:Lorg/yaml/snakeyaml/scanner/Scanner;
            iconst_1
            anewarray org.yaml.snakeyaml.tokens.Token$ID
            dup
            iconst_0
            getstatic org.yaml.snakeyaml.tokens.Token$ID.BlockEnd:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            invokeinterface org.yaml.snakeyaml.scanner.Scanner.checkToken:([Lorg/yaml/snakeyaml/tokens/Token$ID;)Z
            ifne 13
         8: .line 513
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.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.peekToken:()Lorg/yaml/snakeyaml/tokens/Token;
            astore 1 /* token */
        start local 1 // org.yaml.snakeyaml.tokens.Token token
         9: .line 514
            new org.yaml.snakeyaml.parser.ParserException
            dup
            ldc "while parsing a block collection"
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.marks:Lorg/yaml/snakeyaml/util/ArrayStack;
            invokevirtual org.yaml.snakeyaml.util.ArrayStack.pop:()Ljava/lang/Object;
            checkcast org.yaml.snakeyaml.error.Mark
        10: .line 515
            new java.lang.StringBuilder
            dup
            ldc "expected <block end>, but found '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.getTokenId:()Lorg/yaml/snakeyaml/tokens/Token$ID;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 516
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.getStartMark:()Lorg/yaml/snakeyaml/error/Mark;
        12: .line 514
            invokespecial org.yaml.snakeyaml.parser.ParserException.<init>:(Ljava/lang/String;Lorg/yaml/snakeyaml/error/Mark;Ljava/lang/String;Lorg/yaml/snakeyaml/error/Mark;)V
            athrow
        end local 1 // org.yaml.snakeyaml.tokens.Token token
        13: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.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
        14: .line 519
            new org.yaml.snakeyaml.events.SequenceEndEvent
            dup
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.getStartMark:()Lorg/yaml/snakeyaml/error/Mark;
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.getEndMark:()Lorg/yaml/snakeyaml/error/Mark;
            invokespecial org.yaml.snakeyaml.events.SequenceEndEvent.<init>:(Lorg/yaml/snakeyaml/error/Mark;Lorg/yaml/snakeyaml/error/Mark;)V
            astore 2 /* event */
        start local 2 // org.yaml.snakeyaml.events.Event event
        15: .line 520
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.states:Lorg/yaml/snakeyaml/util/ArrayStack;
            invokevirtual org.yaml.snakeyaml.util.ArrayStack.pop:()Ljava/lang/Object;
            checkcast org.yaml.snakeyaml.parser.Production
            putfield org.yaml.snakeyaml.parser.ParserImpl.state:Lorg/yaml/snakeyaml/parser/Production;
        16: .line 521
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.marks:Lorg/yaml/snakeyaml/util/ArrayStack;
            invokevirtual org.yaml.snakeyaml.util.ArrayStack.pop:()Ljava/lang/Object;
            pop
        17: .line 522
            aload 2 /* event */
            areturn
        end local 2 // org.yaml.snakeyaml.events.Event event
        end local 1 // org.yaml.snakeyaml.tokens.Token token
        end local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntry;
            2    7     1  token  Lorg/yaml/snakeyaml/tokens/BlockEntryToken;
            9   13     1  token  Lorg/yaml/snakeyaml/tokens/Token;
           14   18     1  token  Lorg/yaml/snakeyaml/tokens/Token;
           15   18     2  event  Lorg/yaml/snakeyaml/events/Event;
}
SourceFile: "ParserImpl.java"
NestHost: org.yaml.snakeyaml.parser.ParserImpl
InnerClasses:
  private ParseBlockNode = org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode of org.yaml.snakeyaml.parser.ParserImpl
  private ParseBlockSequenceEntry = org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry of org.yaml.snakeyaml.parser.ParserImpl
  public final ID = org.yaml.snakeyaml.tokens.Token$ID of org.yaml.snakeyaml.tokens.Token