Uses of Interface
net.sf.rej.java.constantpool.DescriptorEnabled

Packages that use DescriptorEnabled
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
net.sf.rej.java.constantpool Provides constant pool related functionality. 
 

Uses of DescriptorEnabled in net.sf.rej.gui.action
 

Constructors in net.sf.rej.gui.action with parameters of type DescriptorEnabled
ModifyDescriptor(ConstantPool cp, Descriptor desc, DescriptorEnabled descEnabled)
           
 

Uses of DescriptorEnabled in net.sf.rej.java
 

Classes in net.sf.rej.java that implement DescriptorEnabled
 class Field
           
 class LocalVariable
          Local variable.
 class Method
          A method of a class.
 

Uses of DescriptorEnabled in net.sf.rej.java.constantpool
 

Classes in net.sf.rej.java.constantpool that implement DescriptorEnabled
 class NameAndTypeInfo
          Models a NameAndTypeInfo entry in the constant pool of a class.