| |
|
| java.lang.Object core.AbstractAST core.RenameFieldDeclaration
RenameFieldDeclaration | public class RenameFieldDeclaration extends AbstractAST implements ICodeRefactoring(Code) | | This class is responsible for execute the type
refactoring in the source.
author: sh |
process | public void process(RefactorInfo info)(Code) | | Start the refactoring process.
Parameters: info - the info object |
updateSource | public void updateSource(IJavaElement modelElement)(Code) | | performs the source modifications.
The compilation unit of the info object
will be investigated and modified by the fild visitor.
Parameters: modelElement - the field to refactor |
Methods inherited from core.AbstractAST | protected CompilationUnit parse(ICompilationUnit lwUnit)(Code)(Java Doc)
|
|
|
|