Package jef.dna.constantInfo

Interface Summary
ConstantInfo This interface defines the basic method every Constant Info class has to implement
ConstClass This interface has to be implemented by those classes representing a CONSTANT_Class_info structure.
ConstDouble This interface has to be implemented by those classes representing a CONSTANT_Double_info structure.
ConstField This interface has to be implemented by those classes representing a CONSTANT_Field_info structure.
ConstFloat This interface has to be implemented by those classes representing a CONSTANT_Float_info structure.
ConstInfoFactory This interface defines the methods every factory implementation class meant for instantiating ConstantInfo objects has to provide.
ConstInteger This interface has to be implemented by those classes representing a CONSTANT_Integer_info structure.
ConstInterfaceMethod This interface has to be implemented by those classes representing a CONSTANT_InterfaceMethodref_info structure.
ConstLong This interface has to be implemented by those classes representing a CONSTANT_Long_info structure.
ConstMethod This interface has to be implemented by those classes representing a CONSTANT_Methodref_info structure.
ConstNameAndType This interface has to be implemented by those classes representing a CONSTANT_NameAndType_info structure.
ConstString This interface has to be implemented by those classes representing a CONSTANT_String_info structure.
ConstUtf8 This interface has to be implemented by those classes representing a CONSTANT_Utf8_info structure.
UnusableEntry This interface defines the methods every class designed for representing constant pool table's unusable entries has to expose.