| |
|
| java.lang.Object core.AbstractAST core.RenameModelField
RenameModelField | public class RenameModelField extends AbstractAST implements IModelRefactoring(Code) | | This class is responsible for execute the type
refactoring in the model.
author: sh |
Method Summary | |
public void | modification(IJavaElement sourceElement) | public void | process(RefactorInfo info) Start the refactoring process. | public void | updateModel(IJavaElement modelElement) Performs the model modifications. |
modification | public void modification(IJavaElement sourceElement)(Code) | | |
process | public void process(RefactorInfo info)(Code) | | Start the refactoring process.
Parameters: info - the info object |
updateModel | public void updateModel(IJavaElement modelElement)(Code) | | Performs the model modifications.
Parameters: modelElement - the field to refactor |
Methods inherited from core.AbstractAST | protected CompilationUnit parse(ICompilationUnit lwUnit)(Code)(Java Doc)
|
|
|
|