class com.oracle.truffle.api.test.parser.PELexer$LexerList$1 implements java.util.Iterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.parser.PELexer$LexerList$1
  super_class: java.lang.Object
{
  int index;
    descriptor: I
    flags: (0x0000) 

  final com.oracle.truffle.api.test.parser.PELexer$LexerList this$1;
    descriptor: Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.parser.PELexer$LexerList);
    descriptor: (Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
         0: .line 507
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.this$1:Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 508
            aload 0 /* this */
            aload 1
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList.from:I
            putfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.index:I
         2: .line 507
            return
        end local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/parser/PELexer$LexerList$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
         0: .line 511
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.index:I
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.this$1:Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList.to:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/parser/PELexer$LexerList$1;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
         0: .line 516
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.index:I
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.this$1:Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList.to:I
            if_icmplt 3
         1: .line 517
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         2: .line 518
            new java.lang.RuntimeException
            dup
            ldc "invalid index in lexer stack iterator"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.this$1:Lcom/oracle/truffle/api/test/parser/PELexer$LexerList;
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList.stack:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.index:I
            dup_x1
            iconst_1
            iadd
            putfield com.oracle.truffle.api.test.parser.PELexer$LexerList$1.index:I
            aaload
            areturn
        end local 0 // com.oracle.truffle.api.test.parser.PELexer$LexerList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/test/parser/PELexer$LexerList$1;
    Signature: ()TT;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "PELexer.java"
EnclosingMethod: com.oracle.truffle.api.test.parser.PELexer$LexerList.iterator:()Ljava/util/Iterator;
NestHost: com.oracle.truffle.api.test.parser.PELexer
InnerClasses:
  public final LexerList = com.oracle.truffle.api.test.parser.PELexer$LexerList of com.oracle.truffle.api.test.parser.PELexer
  com.oracle.truffle.api.test.parser.PELexer$LexerList$1