Uses of Class
net.sf.rej.gui.IteratorAgentAdapter

Packages that use IteratorAgentAdapter
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.obfuscation Obfuscation classes 
 

Uses of IteratorAgentAdapter in net.sf.rej.gui.editor.iteration
 

Subclasses of IteratorAgentAdapter in net.sf.rej.gui.editor.iteration
 class FindClassDefinition
          IteratorAgent which gets a className String as a parameter and finds all classes whose names match that classname.
 class FindClassRefs
          IteratorAgent which gets a class name as a parameter and finds all class references (and definitions) which match it.
 class FindFieldDefinition
          IteratorAgent which gets a class name, field name and field descriptor as parameters and finds all field defnitions which match them.
 class FindFieldRefs
          IteratorAgent which gets a class name, field name and field descriptor as parameters and finds all field references (and definitions) which match them.
 class FindMethodDefinition
          IteratorAgent which gets a class name, method name and field descriptor as parameters and finds all method defnitions which match them.
 class FindMethodRefs
          IteratorAgent which gets a class name, method name and method descriptor as parameters and finds all method references (and definitions) which match them.
 class RefactoringIterator
           
 

Uses of IteratorAgentAdapter in net.sf.rej.obfuscation
 

Subclasses of IteratorAgentAdapter in net.sf.rej.obfuscation
 class LineNumberStripper
          This Obfuscator subclass removes sourcecode linenumber information from classfiles.
 class LocalVarStripper
          This class removes local variable information from classfiles.