| org.acm.seguin.refactor.method.AddNewMethod org.acm.seguin.refactor.method.InvokeMovedMethodTransform
InvokeMovedMethodTransform | public class InvokeMovedMethodTransform extends AddNewMethod (Code) | | Adds an abstract method to the class
author: Chris Seguin |
InvokeMovedMethodTransform | public InvokeMovedMethodTransform(MethodSummary init, Summary destination)(Code) | | Constructor for the InvokeMovedMethodTransform object
Parameters: init - The signature of the method that we are adding Parameters: destination - Description of Parameter |
addBody | protected void addBody(SimpleNode methodDecl, int index)(Code) | | Adds the body of the method
Parameters: methodDecl - The feature to be added to the Body attribute Parameters: index - The feature to be added to the Body attribute |
isAbstract | protected boolean isAbstract()(Code) | | Determines if the method is abstract
true if the method is abstract |
|
|