|
||||||||||
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.FindClassRefs
public class FindClassRefs
IteratorAgent
which gets a class name as a parameter and finds
all class references (and definitions) which match it.
Constructor Summary | |
---|---|
FindClassRefs(java.lang.String className)
|
Method Summary | |
---|---|
void |
processClass(IterationContext sc,
ClassFile cf)
|
void |
processInstruction(IterationContext sc,
Instruction instruction)
|
Methods inherited from class net.sf.rej.gui.IteratorAgentAdapter |
---|
finished, postProcessFile, processAttribute, processConstantPoolInfo, processException, processField, processFile, 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 FindClassRefs(java.lang.String className)
Method Detail |
---|
public void processClass(IterationContext sc, ClassFile cf)
processClass
in interface IteratorAgent
processClass
in class IteratorAgentAdapter
public void processInstruction(IterationContext sc, Instruction instruction)
processInstruction
in interface IteratorAgent
processInstruction
in class IteratorAgentAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |