Uses of Class
gnu.bytecode.ConstantPool
Packages that use ConstantPool
Package
Description
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 ConstantPoolModifier and TypeMethodDescriptionAttrContainer.getConstants()Attribute.getConstants()final ConstantPoolClassType.getConstants()final ConstantPoolCodeAttr.getConstants()final ConstantPoolField.getConstants()final ConstantPoolMethod.getConstants()ClassFileInput.readConstants()dump.readConstants()Methods in gnu.bytecode with parameters of type ConstantPoolModifier and TypeMethodDescriptionConstantValueAttr.getValue(ConstantPool cpool) final voidLocation.setName(int name_index, ConstantPool constants) voidLocation.setSignature(int signature_index, ConstantPool constants) Constructors in gnu.bytecode with parameters of type ConstantPool