name.angoca.db2sa.core.syntax.graph
Class StartingToken
java.lang.Object
name.angoca.db2sa.core.syntax.graph.GraphToken
name.angoca.db2sa.core.syntax.graph.StartingToken
public class StartingToken
- extends GraphToken
This token represents the first token in the grammar (the starting node in
the graph.) All the possible ways starts from this token.
Control Version
- 0.0.1 Class creation.
- 0.0.2 Recommendations from PMD.
- 0.0.3 Change constant value.
- 0.0.4 Starting and ending token as constants.
- 0.0.5 equals from super.
- 0.0.6 equals different super.
- 0.0.7 part equals super.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
Constructor Summary |
StartingToken()
Constructor that defines the starting node. |
StartingToken
public StartingToken()
- Constructor that defines the starting node. Its name is STARTING_TOKEN
and this works as a reserved name token.
equals
public final boolean equals(Object object)
- Overrides:
equals
in class GraphToken
hashCode
public final int hashCode()
- Overrides:
hashCode
in class GraphToken
toString
public final String toString()
- Returns a string representation of an starting token. The representation
is: {START NODE}
- Overrides:
toString
in class GraphToken
- Returns:
- String representation of an starting token.
- See Also:
Object.toString()
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.