|
||||||||||
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.method.RemoveMethodTransform
public class RemoveMethodTransform
A transform that removes a specific method
Constructor Summary | |
---|---|
RemoveMethodTransform(MethodSummary init)
Constructor for the RemoveMethodTransform object |
Method Summary | |
---|---|
net.sourceforge.jrefactory.ast.SimpleNode |
getMethodDeclaration()
Gets the MethodDeclaration attribute of the RemoveMethodTransform object |
void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Updates the root |
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 RemoveMethodTransform(MethodSummary init)
init
- the summary of the methodMethod Detail |
---|
public net.sourceforge.jrefactory.ast.SimpleNode getMethodDeclaration()
public void update(net.sourceforge.jrefactory.ast.SimpleNode root)
update
in class TransformAST
root
- the ro
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |