public class org.apache.tomcat.util.bcel.classfile.ClassElementValue extends org.apache.tomcat.util.bcel.classfile.ElementValue
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.tomcat.util.bcel.classfile.ClassElementValue
super_class: org.apache.tomcat.util.bcel.classfile.ElementValue
{
private final int idx;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, int, org.apache.tomcat.util.bcel.classfile.ConstantPool);
descriptor: (IILorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 // org.apache.tomcat.util.bcel.classfile.ClassElementValue this
start local 1 // int type
start local 2 // int idx
start local 3 // org.apache.tomcat.util.bcel.classfile.ConstantPool cpool
0: .line 30
aload 0 /* this */
iload 1 /* type */
aload 3 /* cpool */
invokespecial org.apache.tomcat.util.bcel.classfile.ElementValue.<init>:(ILorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
1: .line 31
aload 0 /* this */
iload 2 /* idx */
putfield org.apache.tomcat.util.bcel.classfile.ClassElementValue.idx:I
2: .line 32
return
end local 3 // org.apache.tomcat.util.bcel.classfile.ConstantPool cpool
end local 2 // int idx
end local 1 // int type
end local 0 // org.apache.tomcat.util.bcel.classfile.ClassElementValue this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tomcat/util/bcel/classfile/ClassElementValue;
0 3 1 type I
0 3 2 idx I
0 3 3 cpool Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
MethodParameters:
Name Flags
type final
idx final
cpool final
public java.lang.String stringifyValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // org.apache.tomcat.util.bcel.classfile.ClassElementValue this
0: .line 38
aload 0 /* this */
invokespecial org.apache.tomcat.util.bcel.classfile.ElementValue.getConstantPool:()Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
aload 0 /* this */
getfield org.apache.tomcat.util.bcel.classfile.ClassElementValue.idx:I
1: .line 39
iconst_1
2: .line 38
invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/tomcat/util/bcel/classfile/Constant;
checkcast org.apache.tomcat.util.bcel.classfile.ConstantUtf8
astore 1 /* cu8 */
start local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 cu8
3: .line 40
aload 1 /* cu8 */
invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
areturn
end local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 cu8
end local 0 // org.apache.tomcat.util.bcel.classfile.ClassElementValue this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/tomcat/util/bcel/classfile/ClassElementValue;
3 4 1 cu8 Lorg/apache/tomcat/util/bcel/classfile/ConstantUtf8;
}
SourceFile: "ClassElementValue.java"