| |
|
| java.lang.Object org.acm.seguin.refactor.method.RenameMethodData
RenameMethodData | class RenameMethodData (Code) | | Object used to store the state of the rename method visitor
author: Mike Atkinson since: 2.9.11 |
RenameMethodData | public RenameMethodData(MethodSummary oldMethod, String newName)(Code) | | Constructor for the RenameFieldData object
Parameters: newName - the new field name Parameters: oldField - Description of Parameter |
RenameMethodData | public RenameMethodData(MethodSummary oldMethod, String newName, ComplexTransform transform)(Code) | | Constructor for the RenameFieldData object
Parameters: newName - the new field name Parameters: oldField - Description of Parameter Parameters: transform - Description of Parameter |
getComplexTransform | public ComplexTransform getComplexTransform()(Code) | | Gets the ComplexTransform attribute of the RenameFieldData object
The ComplexTransform value |
getCurrentSummary | public Summary getCurrentSummary()(Code) | | Gets the CurrentSummary attribute of the RenameFieldData object
The CurrentSummary value |
getFullName | public String getFullName()(Code) | | Gets the FullName attribute of the RenameFieldData object
The FullName value |
getImportedName | public String getImportedName()(Code) | | Gets the ImportedName attribute of the RenameFieldData object
The ImportedName value |
getNewName | public String getNewName()(Code) | | Gets the NewName attribute of the RenameFieldData object
The NewName value |
getOldMethod | public MethodSummary getOldMethod()(Code) | | Gets the OldField attribute of the RenameFieldData object
The OldField value |
getOldName | public String getOldName()(Code) | | Gets the OldName attribute of the RenameFieldData object
The OldName value |
getTypeSummary | public TypeSummary getTypeSummary()(Code) | | Returns the type summary where the field is changing
The TypeSummary value |
isAllowedToChangeFirst | public boolean isAllowedToChangeFirst()(Code) | | Gets the AllowedToChangeFirst attribute of the RenameFieldData object
The AllowedToChangeFirst value |
isAllowedToChangeThis | public boolean isAllowedToChangeThis()(Code) | | Gets the AllowedToChangeThis attribute of the RenameFieldData object
The AllowedToChangeThis value |
isMustInsertThis | public boolean isMustInsertThis()(Code) | | Gets the MustInsertThis attribute of the RenameFieldData object
The MustInsertThis value |
isThisRequired | public boolean isThisRequired()(Code) | | Gets the ThisRequired attribute of the RenameFieldData object
The ThisRequired value |
setCurrentSummary | public void setCurrentSummary(Summary value)(Code) | | Sets the CurrentSummary attribute of the RenameFieldData object
Parameters: value - The new CurrentSummary value |
setMustInsertThis | public void setMustInsertThis(boolean value)(Code) | | Sets the MustInsertThis attribute of the RenameFieldData object
Parameters: value - The new MustInsertThis value |
setThisRequired | public void setThisRequired(boolean way)(Code) | | Sets the ThisRequired attribute of the RenameFieldData object
Parameters: way - The new ThisRequired value |
|
|
|