public class com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info extends com.sun.tools.classfile.ConstantPool$CPInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info
super_class: com.sun.tools.classfile.ConstantPool$CPInfo
{
public final com.sun.tools.classfile.ConstantPool$RefKind reference_kind;
descriptor: Lcom/sun/tools/classfile/ConstantPool$RefKind;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int reference_index;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.ClassReader);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ClassReader;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
1: aload 0
aload 2
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedByte:()I
invokestatic com.sun.tools.classfile.ConstantPool$RefKind.getRefkind:(I)Lcom/sun/tools/classfile/ConstantPool$RefKind;
putfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_kind:Lcom/sun/tools/classfile/ConstantPool$RefKind;
2: aload 0
aload 2
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
0 4 1 cp Lcom/sun/tools/classfile/ConstantPool;
0 4 2 cr Lcom/sun/tools/classfile/ClassReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cp
cr
public void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.ConstantPool$RefKind, int);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ConstantPool$RefKind;I)V
flags: (0x0001) ACC_PUBLIC
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
aload 2
putfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_kind:Lcom/sun/tools/classfile/ConstantPool$RefKind;
2: aload 0
iload 3
putfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
0 4 1 cp Lcom/sun/tools/classfile/ConstantPool;
0 4 2 ref_kind Lcom/sun/tools/classfile/ConstantPool$RefKind;
0 4 3 member_index I
MethodParameters:
Name Flags
cp
ref_kind
member_index
public int getTag();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 15
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
public int byteLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_4
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "CONSTANT_MethodHandle_info[ref_kind: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_kind:Lcom/sun/tools/classfile/ConstantPool$RefKind;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ", member_index: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
public <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: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
aload 2
invokeinterface com.sun.tools.classfile.ConstantPool$Visitor.visitMethodHandle:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
0 1 1 visitor Lcom/sun/tools/classfile/ConstantPool$Visitor<TR;TD;>;
0 1 2 data TD;
Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/tools/classfile/ConstantPool$Visitor<TR;TD;>;TD;)TR;
MethodParameters:
Name Flags
visitor
data
public com.sun.tools.classfile.ConstantPool$CPRefInfo getCPRefInfo();
descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: bipush 10
istore 1
start local 1 1: aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.cp:Lcom/sun/tools/classfile/ConstantPool;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
invokevirtual com.sun.tools.classfile.ConstantPool.get:(I)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.getTag:()I
istore 2
start local 2 2: iload 2
tableswitch { // 9 - 11
9: 3
10: 4
11: 3
default: 4
}
3: StackMap locals: int int
StackMap stack:
iload 2
istore 1
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.cp:Lcom/sun/tools/classfile/ConstantPool;
aload 0
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
iload 1
invokevirtual com.sun.tools.classfile.ConstantPool.get:(II)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
checkcast com.sun.tools.classfile.ConstantPool$CPRefInfo
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
1 5 1 expected I
2 5 2 actual I
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
}
SourceFile: "ConstantPool.java"
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
public CONSTANT_MethodHandle_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_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
public final RefKind = com.sun.tools.classfile.ConstantPool$RefKind of com.sun.tools.classfile.ConstantPool
public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool