|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.TransformAST
public abstract class TransformAST
This is the base class for any algorithm that updates the syntax tree. Each of these objects contains one update to a syntax tree.
Constructor Summary | |
---|---|
TransformAST()
|
Method Summary | |
---|---|
protected void |
copyModifiers(net.sourceforge.jrefactory.ast.ModifierHolder source,
net.sourceforge.jrefactory.ast.ModifierHolder dest)
Sets up the modifiers |
abstract void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Update the syntax tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformAST()
Method Detail |
---|
public abstract void update(net.sourceforge.jrefactory.ast.SimpleNode root)
root
- the root of the syntax treeprotected void copyModifiers(net.sourceforge.jrefactory.ast.ModifierHolder source, net.sourceforge.jrefactory.ast.ModifierHolder dest)
source
- the source holderdest
- the destination holder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |