|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ksu.cis.projects.bogor.ast.Node edu.ksu.cis.projects.bogor.ast.Transformation
public abstract class Transformation
Transformation AST.
Field Summary |
---|
Fields inherited from class edu.ksu.cis.projects.bogor.ast.Node |
---|
ILLEGAL_LOCAL_ID_CHAR |
Constructor Summary | |
---|---|
Transformation()
|
Method Summary | |
---|---|
abstract Transformation |
clone()
Clones this object (deep clone); including location info. |
void |
dispose()
Removes reference to parent. |
boolean |
getInvisible()
Gets the invisible. |
NextState |
getNextState()
Gets the nextstate. |
Exp |
getOptionalExp()
Gets the optional exp. |
Location |
getParent()
Gets the parent of this object. |
boolean |
getVisible()
Gets the visible. |
void |
setExp(Exp newExp)
Sets the exp. |
void |
setInvisible(boolean newInvisible)
Sets the invisible. |
void |
setNextState(NextState newNextState)
Sets the nextstate. |
void |
setParent(Location newParent)
Sets the parent of this object. |
void |
setVisible(boolean newVisible)
Sets the visible. |
Methods inherited from class edu.ksu.cis.projects.bogor.ast.Node |
---|
getLocationInfo, getProperty, putProperty, setLocationInfo, toString, visit |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Transformation()
Method Detail |
---|
public void setExp(Exp newExp)
newExp
- The new exp. Must be non-null.public void setInvisible(boolean newInvisible)
newInvisible
- The new invisible.public boolean getInvisible()
public void setNextState(NextState newNextState)
newNextState
- The new next state. Must be non-null.public NextState getNextState()
public Exp getOptionalExp()
public void setParent(Location newParent)
newParent
- The new parent. Must be non-null.public Location getParent()
public void setVisible(boolean newVisible)
newVisible
- The new visible.public boolean getVisible()
public abstract Transformation clone()
clone
in class Node
public void dispose()
dispose
in interface Disposable
dispose
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |