|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.method.EMParameterFinder
public class EMParameterFinder
Creates a list of arguments to the extacted method
Constructor Summary | |
---|---|
EMParameterFinder()
Constructor for the EMParameterFinder object |
Method Summary | |
---|---|
java.util.LinkedList |
getList()
Gets the list of parameters |
void |
run()
Main processing method for the EMParameterFinder object |
void |
setExtractFileSummary(FileSummary value)
Sets the ExtractFileSummary attribute of the EMParameterFinder object |
void |
setLocation(net.sourceforge.jrefactory.ast.Node value)
Sets the Location attribute of the EMParameterFinder object |
void |
setMainFileSummary(FileSummary value)
Sets the MainFileSummary attribute of the EMParameterFinder object |
void |
setParameterOrder(java.lang.Object[] data)
Sets the order of the parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EMParameterFinder()
Method Detail |
---|
public void setMainFileSummary(FileSummary value)
value
- The new MainFileSummary valuepublic void setExtractFileSummary(FileSummary value)
value
- The new ExtractFileSummary valuepublic void setLocation(net.sourceforge.jrefactory.ast.Node value)
value
- The new Location valuepublic void setParameterOrder(java.lang.Object[] data)
data
- The new ParameterOrder valuepublic java.util.LinkedList getList()
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |