net.sf.rej.gui.editor.iteration
Class FindMethodDefinition

java.lang.Object
  extended by net.sf.rej.AbstractIteratorAgent
      extended by net.sf.rej.gui.IteratorAgentAdapter
          extended by net.sf.rej.gui.editor.iteration.FindMethodDefinition
All Implemented Interfaces:
IteratorAgent

public class FindMethodDefinition
extends IteratorAgentAdapter

IteratorAgent which gets a class name, method name and field descriptor as parameters and finds all method defnitions which match them.

Author:
Sami Koivu

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

FindMethodDefinition

public FindMethodDefinition(java.lang.String className,
                            java.lang.String methodName,
                            Descriptor desc)
Method Detail

processMethod

public void processMethod(IterationContext sc,
                          Method method)
Specified by:
processMethod in interface IteratorAgent
Overrides:
processMethod in class IteratorAgentAdapter