public abstract class com.sun.tools.classfile.ConstantPool$CPRefInfo extends 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$CPRefInfo
super_class: com.sun.tools.classfile.ConstantPool$CPInfo
{
public final int tag;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int class_index;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int name_and_type_index;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
protected void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.ClassReader, int);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ClassReader;I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
1: aload 0
iload 3
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
2: aload 0
aload 2
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
3: aload 0
aload 2
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
0 5 1 cp Lcom/sun/tools/classfile/ConstantPool;
0 5 2 cr Lcom/sun/tools/classfile/ClassReader;
0 5 3 tag I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cp
cr
tag
protected void <init>(com.sun.tools.classfile.ConstantPool, int, int, int);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;III)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
1: aload 0
iload 2
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
2: aload 0
iload 3
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
3: aload 0
iload 4
putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
0 5 1 cp Lcom/sun/tools/classfile/ConstantPool;
0 5 2 tag I
0 5 3 class_index I
0 5 4 name_and_type_index I
MethodParameters:
Name Flags
cp
tag
class_index
name_and_type_index
public int getTag();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
public int byteLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_5
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
public com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info getClassInfo();
descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
public java.lang.String getClassName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
public com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info getNameAndTypeInfo();
descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
invokevirtual com.sun.tools.classfile.ConstantPool.getNameAndTypeInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
}
SourceFile: "ConstantPool.java"
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_NameAndType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info of com.sun.tools.classfile.ConstantPool
public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
public abstract CPRefInfo = com.sun.tools.classfile.ConstantPool$CPRefInfo of com.sun.tools.classfile.ConstantPool