class com.sun.tools.javac.util.ListBuffer$1 implements java.util.Iterator<A>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.util.ListBuffer$1
  super_class: java.lang.Object
{
  com.sun.tools.javac.util.List<A> elems;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<TA;>;

  final com.sun.tools.javac.util.ListBuffer this$0;
    descriptor: Lcom/sun/tools/javac/util/ListBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.util.ListBuffer);
    descriptor: (Lcom/sun/tools/javac/util/ListBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.ListBuffer$1 this
         0: .line 208
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.util.ListBuffer$1.this$0:Lcom/sun/tools/javac/util/ListBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 209
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.javac.util.ListBuffer.elems:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
         2: .line 208
            return
        end local 0 // com.sun.tools.javac.util.ListBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/util/ListBuffer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.ListBuffer$1 this
         0: .line 211
            aload 0 /* this */
            getfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.util.ListBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/util/ListBuffer$1;

  public A next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.ListBuffer$1 this
         0: .line 214
            aload 0 /* this */
            getfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 2
         1: .line 215
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            astore 1 /* elem */
        start local 1 // java.lang.Object elem
         3: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.util.ListBuffer$1.elems:Lcom/sun/tools/javac/util/List;
         4: .line 218
            aload 1 /* elem */
            areturn
        end local 1 // java.lang.Object elem
        end local 0 // com.sun.tools.javac.util.ListBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/util/ListBuffer$1;
            3    5     1  elem  TA;
    Signature: ()TA;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.ListBuffer$1 this
         0: .line 221
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.util.ListBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/ListBuffer$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TA;>;
SourceFile: "ListBuffer.java"
EnclosingMethod: com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
NestHost: com.sun.tools.javac.util.ListBuffer
InnerClasses:
  com.sun.tools.javac.util.ListBuffer$1