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

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

public class FindClassDefinition
extends IteratorAgentAdapter

IteratorAgent which gets a className String as a parameter and finds all classes whose names match that classname.

Author:
Sami Koivu

Constructor Summary
FindClassDefinition(java.lang.String className)
           
 
Method Summary
 void processClass(IterationContext sc, ClassFile cf)
           
 
Methods inherited from class net.sf.rej.gui.IteratorAgentAdapter
finished, postProcessFile, processAttribute, processConstantPoolInfo, processException, processField, 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

FindClassDefinition

public FindClassDefinition(java.lang.String className)
Method Detail

processClass

public void processClass(IterationContext sc,
                         ClassFile cf)
Specified by:
processClass in interface IteratorAgent
Overrides:
processClass in class IteratorAgentAdapter