| |
|
| java.lang.Object core.AbstractAST core.RemoveFieldDeclaration
RemoveFieldDeclaration | public class RemoveFieldDeclaration extends AbstractAST (Code) | | This class is responsible for remove a field
declaration and is used by the environment entry
refactoring.
author: sh |
Method Summary | |
public void | removeFieldDeclarations(RefactorInfo info) This method removes a field declaration and the concerning
getter and setter methods for an EnvEntry in the compilation
unit. |
removeFieldDeclarations | public void removeFieldDeclarations(RefactorInfo info)(Code) | | This method removes a field declaration and the concerning
getter and setter methods for an EnvEntry in the compilation
unit.
Parameters: info - the info object containing needed info for field creation |
Methods inherited from core.AbstractAST | protected CompilationUnit parse(ICompilationUnit lwUnit)(Code)(Java Doc)
|
|
|
|