Package classycle.classfile

Class Summary
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.
LongConstant Constant representing a long value.
MethodRefConstant Reference constant for a method.
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.