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 classConstantClassThis class is derived from the abstract Constant class and represents a reference to a (external) class.classConstantDoubleThis class is derived from the abstract Constant class and represents a reference to a Double object.classConstantFloatThis class is derived from the abstract Constant class and represents a reference to a float object.classConstantIntegerThis class is derived from the abstract Constant class and represents a reference to an int object.classConstantLongThis class is derived from the abstract Constant class and represents a reference to a long object.classConstantStringThis class is derived from the abstract Constant class and represents a reference to a String object.
-