Uses of Class
org.apache.bcel.classfile.ConstantCP
- 
Packages that use ConstantCP Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. - 
- 
Uses of ConstantCP in org.apache.bcel.classfile
Subclasses of ConstantCP in org.apache.bcel.classfile Modifier and Type Class Description classConstantDynamicThis class is derived from the abstractConstantand represents a reference to a dynamically computed constant.classConstantFieldrefThis class represents a constant pool reference to a field.classConstantInterfaceMethodrefThis class represents a constant pool reference to an interface method.classConstantInvokeDynamicThis class is derived from the abstractConstantand represents a reference to a invoke dynamic.classConstantMethodrefThis class represents a constant pool reference to a method.Constructors in org.apache.bcel.classfile with parameters of type ConstantCP Constructor Description ConstantCP(ConstantCP c)Initialize from another object. 
 -