org.acm.seguin.refactor.method
Class EMParameterFinder

java.lang.Object
  extended by org.acm.seguin.refactor.method.EMParameterFinder

public class EMParameterFinder
extends java.lang.Object

Creates a list of arguments to the extacted method

Author:
Chris Seguin

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

EMParameterFinder

public EMParameterFinder()
Constructor for the EMParameterFinder object

Method Detail

setMainFileSummary

public void setMainFileSummary(FileSummary value)
Sets the MainFileSummary attribute of the EMParameterFinder object

Parameters:
value - The new MainFileSummary value

setExtractFileSummary

public void setExtractFileSummary(FileSummary value)
Sets the ExtractFileSummary attribute of the EMParameterFinder object

Parameters:
value - The new ExtractFileSummary value

setLocation

public void setLocation(net.sourceforge.jrefactory.ast.Node value)
Sets the Location attribute of the EMParameterFinder object

Parameters:
value - The new Location value

setParameterOrder

public void setParameterOrder(java.lang.Object[] data)
Sets the order of the parameters

Parameters:
data - The new ParameterOrder value

getList

public java.util.LinkedList getList()
Gets the list of parameters

Returns:
The List value

run

public void run()
Main processing method for the EMParameterFinder object