|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastcentric.structure.transformation.AbstractTransformation
public abstract class AbstractTransformation
Abstract super class of all transformations. Carries the AST to be
manipulated.
| Field Summary | |
|---|---|
protected AST |
_ast
|
| Constructor Summary | |
|---|---|
AbstractTransformation(AST ast)
Creates an instance which will transform the specified AST. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface astcentric.structure.transformation.Transformation |
|---|
transform, undo |
| Field Detail |
|---|
protected final AST _ast
| Constructor Detail |
|---|
public AbstractTransformation(AST ast)
ast - A non-null argument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||