Uses of Class
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
Packages that use ConstantPoolInfo
Package
Description
Classes that help you parse and model a class file's contents.
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 ConstantPoolInfoModifier and TypeFieldDescriptionprivate ConstantPoolInfo[]ClassFile.constantPoolConstant pool infos.Methods in org.fife.rsta.ac.java.classreader that return ConstantPoolInfoModifier and TypeMethodDescriptionClassFile.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.constantpoolModifier and TypeClassDescriptionclassRepresents a class or interface.classClass corresponding to theCONSTANT_Double_infostructure.classClass corresponding to aCONSTANT_Fieldref_infostructure.classClass corresponding to theCONSTANT_Float_infostructure.classClass corresponding to theCONSTANT_Integer_infostructure.(package private) classClass corresponding to aCONSTANT_InterfaceMethodref_infostructure.classClass representing aCONSTANT_InvokeDynamic_infostructure.classClass corresponding to theCONSTANT_Long_infostructure.classClass representing aCONSTANT_MethodHandlestructure.classClass corresponding to aCONSTANT_Methodref_infostructure.classClass representing aCONSTANT_MethodTypestructure.classClass representing aCONSTANT_NameAndType_infostructure.classClass corresponding to theCONSTANT_String_infostructure.classClass representing aCONSTANT_Utf8_infostructure.Methods in org.fife.rsta.ac.java.classreader.constantpool that return ConstantPoolInfoModifier and TypeMethodDescriptionstatic ConstantPoolInfoConstantPoolInfoFactory.readConstantPoolInfo(ClassFile cf, DataInputStream in) Reads constant pool information.