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.classfiles. -
-
Uses of ConstantPool in gnu.bytecode
Methods in gnu.bytecode that return ConstantPool Modifier and Type Method Description ConstantPoolAttrContainer. getConstants()ConstantPoolAttribute. getConstants()ConstantPoolClassType. getConstants()ConstantPoolCodeAttr. getConstants()ConstantPoolField. getConstants()ConstantPoolMethod. getConstants()ConstantPoolClassFileInput. readConstants()ConstantPooldump. readConstants()Methods in gnu.bytecode with parameters of type ConstantPool Modifier and Type Method Description ObjectConstantValueAttr. getValue(ConstantPool cpool)voidLocation. setName(int name_index, ConstantPool constants)voidLocation. setSignature(int signature_index, ConstantPool constants)Constructors in gnu.bytecode with parameters of type ConstantPool Constructor Description CpoolEntry(ConstantPool cpool, int h)
-