Package fr.umlv.corosol.classfile.constant

Interface Summary
JConstant An object of the JConstant interface represents a constant pool entry.
JConstantClass A JConstantClass object represents a CONSTANT_Class_info entry of a constant pool.
JConstantDouble A JConstantDouble object represents a CONSTANT_Double_info entry of a constant pool.
JConstantFieldref A JConstantFieldref object represents a CONSTANT_Fieldref_info entry of a constant pool.
JConstantFloat A JConstantFloat object represents a CONSTANT_Float_info entry of a constant pool.
JConstantInteger A JConstantInteger object represents a CONSTANT_Integer_info entry of a constant pool.
JConstantInterfaceMethodref A JConstantInterfaceMethodref object represents a CONSTANT_InterfaceMethodref_info entry of a constant pool.
JConstantLong A JConstantLong object represents a CONSTANT_Long_info entry of a constant pool.
JConstantMethodref A JConstantMethodref object represents a CONSTANT_Methodref_info entry of a constant pool.
JConstantNameAndType A JConstantNameAndType object represents a CONSTANT_NameAndType entry of a constant pool.
JConstantPool An object of the JConstantPool interface represents the constant pool of a classfile.
JConstantString An JConstantString object represents a CONSTANT_String_info entry of a constant pool.
JConstantUtf8 A JConstantUtf8 object represents a CONSTANT_Utf8_info entry of a constant pool.
JLoadableConstant A JLoadableConstant object represents a constant pool entry storing a constant value which can be pushed onto the operand stack of a stack frame.