class org.eclipse.jdt.internal.compiler.util.ObjectVector$1 implements java.util.Iterator<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.util.ObjectVector$1
  super_class: java.lang.Object
{
  int i;
    descriptor: I
    flags: (0x0000) 

  final org.eclipse.jdt.internal.compiler.util.ObjectVector this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/ObjectVector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.util.ObjectVector);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/util/ObjectVector;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
         0: .line 144
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.this$0:Lorg/eclipse/jdt/internal/compiler/util/ObjectVector;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 145
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.i:I
         2: .line 144
            return
        end local 0 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/util/ObjectVector$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 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
         0: .line 148
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.i:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.this$0:Lorg/eclipse/jdt/internal/compiler/util/ObjectVector;
            getfield org.eclipse.jdt.internal.compiler.util.ObjectVector.size:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/util/ObjectVector$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.this$0:Lorg/eclipse/jdt/internal/compiler/util/ObjectVector;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.i:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.util.ObjectVector$1.i:I
            invokevirtual org.eclipse.jdt.internal.compiler.util.ObjectVector.elementAt:(I)Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.util.ObjectVector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/util/ObjectVector$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Object;>;
SourceFile: "ObjectVector.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.util.ObjectVector.iterator:()Ljava/util/Iterator;
NestHost: org.eclipse.jdt.internal.compiler.util.ObjectVector
InnerClasses:
  org.eclipse.jdt.internal.compiler.util.ObjectVector$1