|
||||||||||
| 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.AddMethodTransform
public class AddMethodTransform
Adds a method declaration to a AST
| Constructor Summary | |
|---|---|
AddMethodTransform(net.sourceforge.jrefactory.ast.SimpleNode init)
Constructor for the AddMethodTransform object |
|
| Method Summary | |
|---|---|
void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Updates the AST |
| 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 AddMethodTransform(net.sourceforge.jrefactory.ast.SimpleNode init)
init - the method declaration to add| Method Detail |
|---|
public void update(net.sourceforge.jrefactory.ast.SimpleNode root)
update in class TransformASTroot - the root of the AST
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||