| |
|
| java.lang.Object org.acm.seguin.refactor.TransformAST org.acm.seguin.refactor.RemoveImportTransform
RemoveImportTransform | public class RemoveImportTransform extends TransformAST (Code) | | This object revises the import statements in the tree.
author: Chris Seguin |
Method Summary | |
protected boolean | isInvalid(SimpleNode child) This method determines if the particular child of the compilation unit
should be deleted. | public void | update(SimpleNode root) |
RemoveImportTransform | public RemoveImportTransform(ASTName name)(Code) | | Constructor for the RemoveImportTransform object
Parameters: name - Description of Parameter |
RemoveImportTransform | public RemoveImportTransform(String packageName, String className)(Code) | | Constructor for the RemoveImportTransform object
Parameters: packageName - Description of Parameter Parameters: className - Description of Parameter |
RemoveImportTransform | public RemoveImportTransform(PackageSummary summary)(Code) | | Constructor for the RemoveImportTransform object
Parameters: summary - Description of Parameter |
isInvalid | protected boolean isInvalid(SimpleNode child)(Code) | | This method determines if the particular child of the compilation unit
should be deleted.
Parameters: child - Description of Parameter Description of the Returned Value |
update | public void update(SimpleNode root)(Code) | | Update the syntax tree
Parameters: root - Description of Parameter |
|
|
|