|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIteratorAgent | |
---|---|
net.sf.rej.gui | Constains classes for the reJ graphical user interface. |
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 AbstractIteratorAgent in net.sf.rej.gui |
---|
Subclasses of AbstractIteratorAgent in net.sf.rej.gui | |
---|---|
class |
DefaultMatcher
Superclass for doing searches on a project using iteration. |
class |
IteratorAgentAdapter
|
Uses of AbstractIteratorAgent in net.sf.rej.gui.editor.iteration |
---|
Subclasses of AbstractIteratorAgent 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 AbstractIteratorAgent in net.sf.rej.obfuscation |
---|
Subclasses of AbstractIteratorAgent 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |