|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.cfa.CFA.CFANode
public class CFA.CFANode
CFANode
a node of a CFA
a CFA node contains
-- a unique identity
-- a string representation
-- an mvset for representing node data
-- a set of edges pointing to other CFANodes
Constructor Summary | |
---|---|
CFA.CFANode(int _id,
java.lang.String _strValue,
MvSet _state)
|
Method Summary | |
---|---|
boolean |
equals(CFA.CFANode n)
|
boolean |
equals(java.lang.Object o)
|
int |
getId()
Get the Id value. |
MvSet |
getState()
Get the State value. |
java.lang.String |
getStrValue()
Get the StrValue value. |
void |
setId(int newId)
Set the Id value. |
void |
setState(MvSet newState)
Set the State value. |
void |
setStrValue(java.lang.String newStrValue)
Set the StrValue value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CFA.CFANode(int _id, java.lang.String _strValue, MvSet _state)
Method Detail |
---|
public MvSet getState()
public void setState(MvSet newState)
newState
- The new State value.public int getId()
public void setId(int newId)
newId
- The new Id value.public java.lang.String getStrValue()
public void setStrValue(java.lang.String newStrValue)
newStrValue
- The new StrValue value.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equals(CFA.CFANode n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |