Class ConstantPool

java.lang.Object
org.openjdk.asmtools.jasm.ConstantPool
All Implemented Interfaces:
Iterable<ConstantPool.ConstCell>

public class ConstantPool extends Object implements Iterable<ConstantPool.ConstCell>
ConstantPool ConstantPool is the class responsible for maintaining constants for a given class file.