Class ConstantPool

java.lang.Object
org.apache.bcel.classfile.ConstantPool
All Implemented Interfaces:
Cloneable, Node

public class ConstantPool extends Object implements Cloneable, Node
This class represents the constant pool, i.e., a table of constants, of a parsed classfile. It may contain null references, due to the JVM specification that skips an entry after an 8-byte constant (double, long) entry. Those interested in generating constant pools programatically should see ConstantPoolGen.
See Also: