Package org.fife.rsta.ac.java.classreader.constantpool
Classes that model a class file's constant pool.
-
Interface Summary Interface Description ConstantTypes Constant types used byConstantPoolInfos. -
Class Summary Class Description ConstantClassInfo Represents a class or interface.ConstantDoubleInfo Class corresponding to theCONSTANT_Double_infostructure.ConstantFieldrefInfo Class corresponding to aCONSTANT_Fieldref_infostructure.ConstantFloatInfo Class corresponding to theCONSTANT_Float_infostructure.ConstantIntegerInfo Class corresponding to theCONSTANT_Integer_infostructure.ConstantInterfaceMethodrefInfo Class corresponding to aCONSTANT_InterfaceMethodref_infostructure.ConstantInvokeDynamicInfo Class representing aCONSTANT_InvokeDynamic_infostructure.ConstantLongInfo Class corresponding to theCONSTANT_Long_infostructure.ConstantMethodHandleInfo Class representing aCONSTANT_MethodHandlestructure.ConstantMethodrefInfo Class corresponding to aCONSTANT_Methodref_infostructure.ConstantMethodTypeInfo Class representing aCONSTANT_MethodTypestructure.ConstantNameAndTypeInfo Class representing aCONSTANT_NameAndType_infostructure.ConstantPoolInfo AConstantPooltable entry.ConstantPoolInfoFactory A factory for constant pool information.ConstantStringInfo Class corresponding to theCONSTANT_String_infostructure.ConstantUtf8Info Class representing aCONSTANT_Utf8_infostructure.