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

Packages that use CodeAttribute
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
 

Uses of CodeAttribute in net.sf.rej.gui
 

Methods in net.sf.rej.gui that return CodeAttribute
 CodeAttribute IterationContext.getCodeAttribute()
           
 

Methods in net.sf.rej.gui with parameters of type CodeAttribute
 void IterationContext.setCodeAttribute(CodeAttribute ca)
           
 

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

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