Uses of Class
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
-
Packages that use ConstantPoolInfo Package Description org.fife.rsta.ac.java.classreader Classes that help you parse and model a class file's contents.org.fife.rsta.ac.java.classreader.constantpool Classes that model a class file's constant pool. -
-
Uses of ConstantPoolInfo in org.fife.rsta.ac.java.classreader
Fields in org.fife.rsta.ac.java.classreader declared as ConstantPoolInfo Modifier and Type Field Description private ConstantPoolInfo[]ClassFile. constantPoolConstant pool infos.Methods in org.fife.rsta.ac.java.classreader that return ConstantPoolInfo Modifier and Type Method Description ConstantPoolInfoClassFile. getConstantPoolInfo(int index)Returns the constant pool entry at the specified index. -
Uses of ConstantPoolInfo in org.fife.rsta.ac.java.classreader.constantpool
Subclasses of ConstantPoolInfo in org.fife.rsta.ac.java.classreader.constantpool Modifier and Type Class Description classConstantClassInfoRepresents a class or interface.classConstantDoubleInfoClass corresponding to theCONSTANT_Double_infostructure.classConstantFieldrefInfoClass corresponding to aCONSTANT_Fieldref_infostructure.classConstantFloatInfoClass corresponding to theCONSTANT_Float_infostructure.classConstantIntegerInfoClass corresponding to theCONSTANT_Integer_infostructure.(package private) classConstantInterfaceMethodrefInfoClass corresponding to aCONSTANT_InterfaceMethodref_infostructure.classConstantInvokeDynamicInfoClass representing aCONSTANT_InvokeDynamic_infostructure.classConstantLongInfoClass corresponding to theCONSTANT_Long_infostructure.classConstantMethodHandleInfoClass representing aCONSTANT_MethodHandlestructure.classConstantMethodrefInfoClass corresponding to aCONSTANT_Methodref_infostructure.classConstantMethodTypeInfoClass representing aCONSTANT_MethodTypestructure.classConstantNameAndTypeInfoClass representing aCONSTANT_NameAndType_infostructure.classConstantStringInfoClass corresponding to theCONSTANT_String_infostructure.classConstantUtf8InfoClass representing aCONSTANT_Utf8_infostructure.Methods in org.fife.rsta.ac.java.classreader.constantpool that return ConstantPoolInfo Modifier and Type Method Description static ConstantPoolInfoConstantPoolInfoFactory. readConstantPoolInfo(ClassFile cf, java.io.DataInputStream in)Reads constant pool information.
-