|
||||||||||
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.AbstractLocal
public abstract class AbstractLocal
AbstractLocal AST.
Field Summary |
---|
Fields inherited from class edu.ksu.cis.projects.bogor.ast.Node |
---|
ILLEGAL_LOCAL_ID_CHAR |
Constructor Summary | |
---|---|
AbstractLocal(TypedId typedId,
boolean isTransient)
Default constructor. |
Method Summary | |
---|---|
abstract AbstractLocal |
clone()
Clones this object (deep clone); including location info. |
void |
dispose()
Removes reference to parent and disposes typedId and value. |
FSM |
getParent()
Gets the parent of this object. |
boolean |
getTransient()
|
TypedId |
getTypedId()
Gets the typed-id. |
void |
setParent(FSM newParent)
Sets the parent of this object. |
void |
setTransient(boolean isTransient)
|
void |
setTypedId(TypedId newTypedId)
Sets the typed-id. |
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 AbstractLocal(TypedId typedId, boolean isTransient)
typedId
- The typed-id. Must be non-null.isTransient
- Flag indicating whether this variable should be encoded in
state vector.Method Detail |
---|
public void setParent(FSM newParent)
newParent
- The new parent. Must be non-null.public FSM getParent()
public void setTransient(boolean isTransient)
public boolean getTransient()
public void setTypedId(TypedId newTypedId)
newTypedId
- The new typed-id. Must be non-null.public TypedId getTypedId()
public abstract AbstractLocal 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 |