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 ConstantPool
ClassType.getConstants()
final ConstantPool
CodeAttr.getConstants()
final ConstantPool
Field.getConstants()
final ConstantPool
Method.getConstants()
ClassFileInput.readConstants()
dump.readConstants()
Methods in gnu.bytecode with parameters of type ConstantPoolModifier and TypeMethodDescriptionConstantValueAttr.getValue
(ConstantPool cpool) final 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