Uses of Interface
org.apache.bcel.classfile.ConstantObject

Packages that use ConstantObject
org.apache.bcel.classfile   
 

Uses of ConstantObject in org.apache.bcel.classfile
 

Classes in org.apache.bcel.classfile that implement ConstantObject
 class ConstantClass
          This class is derived from the abstract Constant class and represents a reference to a (external) class.
 class ConstantDouble
          This class is derived from the abstract Constant class and represents a reference to a Double object.
 class ConstantFloat
          This class is derived from the abstract Constant class and represents a reference to a float object.
 class ConstantInteger
          This class is derived from the abstract Constant class and represents a reference to an int object.
 class ConstantLong
          This class is derived from the abstract Constant class and represents a reference to a long object.
 class ConstantString
          This class is derived from the abstract Constant class and represents a reference to a String object.