Class ConstantPool

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

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