|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.TransformAST
org.acm.seguin.refactor.type.RenameParentTypeTransform
public class RenameParentTypeTransform
This object revises the import statements in the tree.
Constructor Summary | |
---|---|
RenameParentTypeTransform()
|
Method Summary | |
---|---|
void |
setNewName(java.lang.String name)
Sets the NewName attribute of the RenameParentTypeTransform object |
void |
setOldName(java.lang.String name)
Sets the OldName attribute of the RenameParentTypeTransform object |
void |
setTypeSummary(TypeSummary value)
Sets the TypeSummary attribute of the RenameParentTypeTransform object |
void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Update the syntax tree |
Methods inherited from class org.acm.seguin.refactor.TransformAST |
---|
copyModifiers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenameParentTypeTransform()
Method Detail |
---|
public void setOldName(java.lang.String name)
name
- The new OldName valuepublic void setNewName(java.lang.String name)
name
- The new NewName valuepublic void setTypeSummary(TypeSummary value)
value
- The new TypeSummary valuepublic void update(net.sourceforge.jrefactory.ast.SimpleNode root)
update
in class TransformAST
root
- the root of the syntax tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |