Uses of Class
net.sf.rej.java.ClassVersion

Packages that use ClassVersion
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.gui.dialog Contains the dialog classes of the reJ graphical user interface 
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
 

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

Constructors in net.sf.rej.gui.action with parameters of type ClassVersion
ModifyClassVersionAction(ClassFile cf, ClassVersion version)
           
 

Uses of ClassVersion in net.sf.rej.gui.dialog
 

Methods in net.sf.rej.gui.dialog that return ClassVersion
 ClassVersion ClassVersionDialog.getVersion()
           
 

Uses of ClassVersion in net.sf.rej.java
 

Methods in net.sf.rej.java that return ClassVersion
 ClassVersion ClassFile.getVersion()
          Returns the major and minor version of this class in a ClassVersion object.
 

Methods in net.sf.rej.java with parameters of type ClassVersion
 void ClassFile.setVersion(ClassVersion version)
          Sets the major and minor versions of this class.