public abstract class com.sun.tools.classfile.ConstantPool$CPInfo
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.classfile.ConstantPool$CPInfo
super_class: java.lang.Object
{
protected final com.sun.tools.classfile.ConstantPool cp;
descriptor: Lcom/sun/tools/classfile/ConstantPool;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.tools.classfile.ConstantPool$CPInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/classfile/ConstantPool$CPInfo;
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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.classfile.ConstantPool$CPInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/classfile/ConstantPool$CPInfo;
0 3 1 cp Lcom/sun/tools/classfile/ConstantPool;
MethodParameters:
Name Flags
cp
public abstract int getTag();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPInfo;
public abstract int byteLength();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract <R, D> R accept(com.sun.tools.classfile.ConstantPool$Visitor<R, D>, );
descriptor: (Lcom/sun/tools/classfile/ConstantPool$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/tools/classfile/ConstantPool$Visitor<TR;TD;>;TD;)TR;
MethodParameters:
Name Flags
visitor
data
}
SourceFile: "ConstantPool.java"
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool