class org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry implements org.yaml.snakeyaml.parser.Production
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry
  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$ParseIndentlessSequenceEntry this
         0: .line 528
            aload 0 /* this */
            aload 1
            putfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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$ParseIndentlessSequenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntry;
    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=5, locals=3, args_size=1
        start local 0 // org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry this
         0: .line 530
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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 10
         1: .line 531
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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
         2: .line 532
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            getfield org.yaml.snakeyaml.parser.ParserImpl.scanner:Lorg/yaml/snakeyaml/scanner/Scanner;
            iconst_4
            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.Key:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            dup
            iconst_2
            getstatic org.yaml.snakeyaml.tokens.Token$ID.Value:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
            dup
            iconst_3
         3: .line 533
            getstatic org.yaml.snakeyaml.tokens.Token$ID.BlockEnd:Lorg/yaml/snakeyaml/tokens/Token$ID;
            aastore
         4: .line 532
            invokeinterface org.yaml.snakeyaml.scanner.Scanner.checkToken:([Lorg/yaml/snakeyaml/tokens/Token$ID;)Z
         5: .line 533
            ifne 8
         6: .line 534
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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$ParseIndentlessSequenceEntry
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            invokespecial org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.<init>:(Lorg/yaml/snakeyaml/parser/ParserImpl;)V
            invokevirtual org.yaml.snakeyaml.util.ArrayStack.push:(Ljava/lang/Object;)V
         7: .line 535
            new org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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
         8: .line 537
      StackMap locals: org.yaml.snakeyaml.tokens.Token
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            new org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            invokespecial org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.<init>:(Lorg/yaml/snakeyaml/parser/ParserImpl;)V
            putfield org.yaml.snakeyaml.parser.ParserImpl.state:Lorg/yaml/snakeyaml/parser/Production;
         9: .line 538
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            aload 1 /* token */
            invokevirtual org.yaml.snakeyaml.tokens.Token.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.Token token
        10: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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
        11: .line 542
            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
        12: .line 543
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.this$0:Lorg/yaml/snakeyaml/parser/ParserImpl;
            aload 0 /* this */
            getfield org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.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;
        13: .line 544
            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$ParseIndentlessSequenceEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntry;
            2   10     1  token  Lorg/yaml/snakeyaml/tokens/Token;
           11   14     1  token  Lorg/yaml/snakeyaml/tokens/Token;
           12   14     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 ParseIndentlessSequenceEntry = org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry of org.yaml.snakeyaml.parser.ParserImpl
  public final ID = org.yaml.snakeyaml.tokens.Token$ID of org.yaml.snakeyaml.tokens.Token