Class ConstantPool

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

public class ConstantPool extends Object implements 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.