|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.angoca.db2sa.core.graph.model.GraphNode
name.angoca.db2sa.core.graph.model.StartingNode
public final class StartingNode
This token represents the first token in the grammar (the starting node in the graph.) All the possible ways starts from this token.
This object is immutable, once it is created, their properties cannot be changed. This is the reason because there are not setter methods.
Control Version
Method Summary | |
---|---|
boolean |
equals(Object object)
|
int |
hashCode()
|
String |
toString()
Returns a string representation of an starting token. |
Methods inherited from class name.angoca.db2sa.core.graph.model.GraphNode |
---|
compareTo, getName, getWays, isReservedWord, represent, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean equals(Object object)
equals
in class GraphNode
public int hashCode()
hashCode
in class GraphNode
public String toString()
toString
in class GraphNode
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |