| Frames | No Frames |
Classes derived from org.apache.bcel.classfile.Constant | |
| class | This class is derived from the abstract
Constant class
and represents a reference to a (external) class. |
| class | Abstract super class for Fieldref and Methodref constants. |
| class | This class is derived from the abstract
Constant class
and represents a reference to a Double object. |
| class | This class represents a constant pool reference to a field. |
| class | This class is derived from the abstract
Constant class
and represents a reference to a float object. |
| class | This class is derived from the abstract
Constant class
and represents a reference to an int object. |
| class | This class represents a constant pool reference to an interface method. |
| class | This class is derived from the abstract
Constant class
and represents a reference to a long object. |
| class | This class represents a constant pool reference to a method. |
| class | This class is derived from the abstract
Constant class
and represents a reference to the name and signature
of a field or method. |
| class | This class is derived from the abstract
Constant class
and represents a reference to a String object. |
| class | This class is derived from the abstract
Constant class
and represents a reference to a Utf8 encoded string. |
Constructors with parameter type org.apache.bcel.classfile.Constant | |
Methods with parameter type org.apache.bcel.classfile.Constant | |
| String | Resolve constant to a string representation. |
| void | |
| void | |
Methods with return type org.apache.bcel.classfile.Constant | |
| Constant | |
| Constant | ConstantPool.getConstant(int index) Get constant from constant pool. |
| Constant | ConstantPool.getConstant(int index, byte tag) Get constant from constant pool and check whether it has the
expected type. |
| Constant[] | |
Constructors with parameter type org.apache.bcel.classfile.Constant | |
Initialize with given array of constants. | |
Fields of type org.apache.bcel.classfile.Constant | |
| Constant[] | |
Methods with parameter type org.apache.bcel.classfile.Constant | |
| int | Import constant from another ConstantPool and return new index. |
| void | Use with care!
|
Methods with return type org.apache.bcel.classfile.Constant | |
| Constant | ConstantPoolGen.getConstant(int i) |