Uses of Interface
org.apache.bcel.classfile.ConstantObject
-
Packages that use ConstantObject 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 ConstantObject in org.apache.bcel.classfile
Classes in org.apache.bcel.classfile that implement ConstantObject Modifier and Type Class Description 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.
-