|
||||||||||
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.FindMethodDefinition
public class FindMethodDefinition
IteratorAgent
which gets a class name, method name and field
descriptor as parameters and finds all method defnitions which match them.
Constructor Summary | |
---|---|
FindMethodDefinition(java.lang.String className,
java.lang.String methodName,
Descriptor desc)
|
Method Summary | |
---|---|
void |
processMethod(IterationContext sc,
Method method)
|
Methods inherited from class net.sf.rej.gui.IteratorAgentAdapter |
---|
finished, postProcessFile, processAttribute, processClass, processConstantPoolInfo, processException, processField, processFile, processInstruction, processInterface, processLocalVariable |
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 FindMethodDefinition(java.lang.String className, java.lang.String methodName, Descriptor desc)
Method Detail |
---|
public void processMethod(IterationContext sc, Method method)
processMethod
in interface IteratorAgent
processMethod
in class IteratorAgentAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |