Uses of Class
gnu.bytecode.ConstantPool
-
Packages that use ConstantPool Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files. -
-
Uses of ConstantPool in gnu.bytecode
Methods in gnu.bytecode that return ConstantPool Modifier and Type Method Description ConstantPool
AttrContainer. getConstants()
ConstantPool
Attribute. getConstants()
ConstantPool
ClassType. getConstants()
ConstantPool
CodeAttr. getConstants()
ConstantPool
Field. getConstants()
ConstantPool
Method. getConstants()
ConstantPool
ClassFileInput. readConstants()
ConstantPool
dump. readConstants()
Methods in gnu.bytecode with parameters of type ConstantPool Modifier and Type Method Description Object
ConstantValueAttr. getValue(ConstantPool cpool)
void
Location. setName(int name_index, ConstantPool constants)
void
Location. setSignature(int signature_index, ConstantPool constants)
Constructors in gnu.bytecode with parameters of type ConstantPool Constructor Description CpoolEntry(ConstantPool cpool, int h)
-