ClassConstant |
Class constant.
|
Constant |
Abstract super class of all type of constants in the constant pool of
a class file.
|
ConstantPoolPrinter |
Application which prints the Constant pool of a class file onto the
console.
|
DoubleConstant |
Constant representing a double value.
|
FieldRefConstant |
Reference constant for a field.
|
FloatConstant |
Constant representing a float value.
|
IntConstant |
Constant representing a int value.
|
InterfaceMethodRefConstant |
Reference constant for an interface method.
|
InvokeDynamicConstant |
Constant specifying a bootstrap method..
|
LongConstant |
Constant representing a long value.
|
MethodHandleConstant |
Constant representing a method handle.
|
MethodRefConstant |
Reference constant for a method.
|
MethodTypeConstant |
Constant representing a method type.
|
NameAndTypeConstant |
Constant holding a name and a type or method descriptor.
|
RefConstant |
Abstract supper class of all reference constants.
|
StringConstant |
Constant of a String value.
|
UTF8Constant |
Constant of an arbitrary Unicode string.
|