net.sf.rej.gui.editor.iteration
Class FindMethodRefs
java.lang.Object
net.sf.rej.AbstractIteratorAgent
net.sf.rej.gui.IteratorAgentAdapter
net.sf.rej.gui.editor.iteration.FindMethodRefs
- All Implemented Interfaces:
- IteratorAgent
public class FindMethodRefs
- extends IteratorAgentAdapter
IteratorAgent
which gets a class name, method name and method
descriptor as parameters and finds all method references (and definitions)
which match them.
- Author:
- Sami Koivu
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindMethodRefs
public FindMethodRefs(java.lang.String className,
java.lang.String methodName,
Descriptor desc)
processMethod
public void processMethod(IterationContext sc,
Method method)
- Specified by:
processMethod
in interface IteratorAgent
- Overrides:
processMethod
in class IteratorAgentAdapter
processInstruction
public void processInstruction(IterationContext sc,
Instruction instruction)
- Specified by:
processInstruction
in interface IteratorAgent
- Overrides:
processInstruction
in class IteratorAgentAdapter