Uses of Class
net.sf.rej.java.attribute.Attributes

Packages that use Attributes
net.sf.rej Generic reJ classes 
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.gui.structure Provides components for a JTree which models the structure of a class file. 
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 
 

Uses of Attributes in net.sf.rej
 

Methods in net.sf.rej with parameters of type Attributes
 void ProjectIterator.processAttributes(IterationContext ic, Attributes attrs, IteratorAgent agent)
           
 

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

Constructors in net.sf.rej.gui.action with parameters of type Attributes
CreateCodeAttributeAction(Attributes attrs, ConstantPool cp)
           
RemoveAttributeAction(Attributes attrs, Attribute attr)
           
 

Uses of Attributes in net.sf.rej.gui.structure
 

Methods in net.sf.rej.gui.structure that return Attributes
 Attributes AttributesNode.getAttributesObject()
           
 

Constructors in net.sf.rej.gui.structure with parameters of type Attributes
AttributeNode(Attributes attributes, Attribute attr)
           
AttributesNode(Attributes attrs)
           
 

Uses of Attributes in net.sf.rej.java
 

Methods in net.sf.rej.java that return Attributes
 Attributes Method.getAttributes()
           
 Attributes Field.getAttributes()
           
 Attributes ClassFile.getAttributes()
          Returns an Attributes object, containing the class-level attributes of this class - if it has any.
 

Methods in net.sf.rej.java with parameters of type Attributes
 void ClassFile.setAttributes(Attributes attributes)
          Sets the attributes object for this class, discarding the old one.
 

Uses of Attributes in net.sf.rej.java.attribute
 

Methods in net.sf.rej.java.attribute that return Attributes
 Attributes CodeAttribute.getAttributes()