class com.sun.tools.classfile.ConstantPool$1 implements java.util.Iterator<com.sun.tools.classfile.ConstantPool$CPInfo>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.classfile.ConstantPool$1
super_class: java.lang.Object
{
private com.sun.tools.classfile.ConstantPool$CPInfo current;
descriptor: Lcom/sun/tools/classfile/ConstantPool$CPInfo;
flags: (0x0002) ACC_PRIVATE
private int next;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final com.sun.tools.classfile.ConstantPool this$0;
descriptor: Lcom/sun/tools/classfile/ConstantPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.classfile.ConstantPool);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_1
putfield com.sun.tools.classfile.ConstantPool$1.next:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/classfile/ConstantPool$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 0: aload 0
getfield com.sun.tools.classfile.ConstantPool$1.next:I
aload 0
getfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
getfield com.sun.tools.classfile.ConstantPool.pool:[Lcom/sun/tools/classfile/ConstantPool$CPInfo;
arraylength
if_icmpge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/classfile/ConstantPool$1;
public com.sun.tools.classfile.ConstantPool$CPInfo next();
descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CPInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
getfield com.sun.tools.classfile.ConstantPool.pool:[Lcom/sun/tools/classfile/ConstantPool$CPInfo;
aload 0
getfield com.sun.tools.classfile.ConstantPool$1.next:I
aaload
putfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
1: aload 0
getfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.getTag:()I
tableswitch { // 5 - 6
5: 2
6: 2
default: 4
}
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.classfile.ConstantPool$1.next:I
iconst_2
iadd
putfield com.sun.tools.classfile.ConstantPool$1.next:I
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.classfile.ConstantPool$1.next:I
iconst_1
iadd
putfield com.sun.tools.classfile.ConstantPool$1.next:I
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/classfile/ConstantPool$1;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.tools.classfile.ConstantPool$1.next:()Lcom/sun/tools/classfile/ConstantPool$CPInfo;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/tools/classfile/ConstantPool$CPInfo;>;
SourceFile: "ConstantPool.java"
EnclosingMethod: com.sun.tools.classfile.ConstantPool.lambda$0:()Ljava/util/Iterator;
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
com.sun.tools.classfile.ConstantPool$1
public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool