Uses of Package
net.sf.rej.java.constantpool

Packages that use net.sf.rej.java.constantpool
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.gui.editor Contains reJ bytecode editor components. 
net.sf.rej.gui.editor.iteration Contains classes that iterate through the project, going through every class with the purpose of finding definitions, references and doing refactoring 
net.sf.rej.gui.split Provides synchronized split-screen functionality. 
net.sf.rej.gui.tab Contains reJ user interface tab components. 
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
net.sf.rej.java.attribute.annotations Contains additional classes for processing and modeling annotation attributes 
net.sf.rej.java.attribute.generics Provides classes for modeling Signature attributes and other generics related constructs 
net.sf.rej.java.constantpool Provides constant pool related functionality. 
net.sf.rej.java.instruction Classes that model the java bytecode instructions. 
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
DoubleInfo
          DoubleInfo objects are double info entries in the constant pool.
FloatInfo
           
IntegerInfo
          IntegerInfo class models an integer constant item in the constant pool.
LongInfo
          Class that represents a Long info entry in the constant pool.
StringInfo
          Represents a String Info entry in the constant pool.
UTF8Info
          This class models UTF8 Info Entries in a constant pool section of a class defition.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui.action
ClassInfo
           
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
DescriptorEnabled
          Interface for all classes that allow querying and updating an index to the constantpool which defines the descriptor for the object in question.
DoubleInfo
          DoubleInfo objects are double info entries in the constant pool.
FloatInfo
           
IntegerInfo
          IntegerInfo class models an integer constant item in the constant pool.
LongInfo
          Class that represents a Long info entry in the constant pool.
NameAndTypeInfo
          Models a NameAndTypeInfo entry in the constant pool of a class.
StringInfo
          Represents a String Info entry in the constant pool.
UTF8Info
          This class models UTF8 Info Entries in a constant pool section of a class defition.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui.editor
ClassInfo
           
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
RefInfo
           
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui.editor.iteration
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui.split
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.gui.tab
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
DescriptorEnabled
          Interface for all classes that allow querying and updating an index to the constantpool which defines the descriptor for the object in question.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java.attribute
ClassInfo
           
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
NameAndTypeInfo
          Models a NameAndTypeInfo entry in the constant pool of a class.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java.attribute.annotations
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java.attribute.generics
ConstantPool
           
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java.constantpool
ConstantPool
           
ConstantPoolInfo
          ConstantPoolInfo is the superclass for all constant pool items.
DescriptorEnabled
          Interface for all classes that allow querying and updating an index to the constantpool which defines the descriptor for the object in question.
NameAndTypeInfo
          Models a NameAndTypeInfo entry in the constant pool of a class.
UTF8Info
          This class models UTF8 Info Entries in a constant pool section of a class defition.
 

Classes in net.sf.rej.java.constantpool used by net.sf.rej.java.instruction
ConstantPool