|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.refactor.type.RenameTypeData
public class RenameTypeData
Object responsible for renaming a type
| Constructor Summary | |
|---|---|
RenameTypeData(net.sourceforge.jrefactory.ast.ASTName oldValue,
net.sourceforge.jrefactory.ast.ASTName newValue,
TypeSummary init)
Constructor for the RenameTypeData object |
|
RenameTypeData(java.lang.String oldValue,
java.lang.String newValue,
TypeSummary init)
Constructor for the RenameTypeData object |
|
| Method Summary | |
|---|---|
net.sourceforge.jrefactory.ast.ASTName |
getNew()
Return the new name |
net.sourceforge.jrefactory.ast.ASTName |
getOld()
Return the oldname |
TypeSummary |
getTypeSummary()
Get the type summary associated with the type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenameTypeData(net.sourceforge.jrefactory.ast.ASTName oldValue,
net.sourceforge.jrefactory.ast.ASTName newValue,
TypeSummary init)
oldValue - The old namenewValue - The new nameinit - Description of Parameter
public RenameTypeData(java.lang.String oldValue,
java.lang.String newValue,
TypeSummary init)
oldValue - The old namenewValue - The new nameinit - Description of Parameter| Method Detail |
|---|
public net.sourceforge.jrefactory.ast.ASTName getOld()
public net.sourceforge.jrefactory.ast.ASTName getNew()
public TypeSummary getTypeSummary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||