| |
|
| java.lang.Object org.acm.seguin.refactor.method.EMBuilder
EMBuilder | class EMBuilder (Code) | | Builds the invocation of the method that is extracted for insertion into
the place where the method was extracted
author: Chris Seguin |
EMBuilder | public EMBuilder()(Code) | | Constructor for the EMBuilder object
|
build | public Node build()(Code) | | Builds the statement or assignment or local variable declaration
The resulting value |
setLocalVariableNeeded | public void setLocalVariableNeeded(boolean value)(Code) | | Sets the LocalVariableNeeded attribute of the EMBuilder object
Parameters: value - The new LocalVariableNeeded value |
setMethodName | public void setMethodName(String value)(Code) | | Sets the MethodName attribute of the EMBuilder object
Parameters: value - The new MethodName value |
setParameters | public void setParameters(LinkedList list)(Code) | | Sets the Parameters attribute of the EMBuilder object
Parameters: list - The new Parameters value |
setReturnSummary | public void setReturnSummary(VariableSummary value)(Code) | | Sets the ReturnName attribute of the EMBuilder object
Parameters: name - The new ReturnName value |
setStatement | public void setStatement(boolean value)(Code) | | Sets the Statement attribute of the EMBuilder object
Parameters: value - The new Statement value |
|
|
|