|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.rej.AbstractIteratorAgent
net.sf.rej.gui.IteratorAgentAdapter
net.sf.rej.gui.editor.iteration.FindFieldDefinition
public class FindFieldDefinition
IteratorAgent which gets a class name, field name and field
descriptor as parameters and finds all field defnitions which match them.
| Constructor Summary | |
|---|---|
FindFieldDefinition(java.lang.String className,
java.lang.String fieldName,
Descriptor desc)
|
|
| Method Summary | |
|---|---|
void |
processField(IterationContext sc,
Field field)
|
| Methods inherited from class net.sf.rej.gui.IteratorAgentAdapter |
|---|
finished, postProcessFile, processAttribute, processClass, processConstantPoolInfo, processException, processFile, processInstruction, processInterface, processLocalVariable, processMethod |
| Methods inherited from class net.sf.rej.AbstractIteratorAgent |
|---|
progressed, scopeChanged, setProgressMonitor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindFieldDefinition(java.lang.String className,
java.lang.String fieldName,
Descriptor desc)
| Method Detail |
|---|
public void processField(IterationContext sc,
Field field)
processField in interface IteratorAgentprocessField in class IteratorAgentAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||