name.angoca.db2sa.core.syntax.graph
Class EndingToken
java.lang.Object
name.angoca.db2sa.core.syntax.graph.GraphToken
name.angoca.db2sa.core.syntax.graph.EndingToken
public class EndingToken
- extends GraphToken
This token represents the last token in the grammar (the ending node in the
graph.) All the possible ways ends in 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.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
Constructor Summary |
EndingToken()
Constructor that defines the ending node. |
EndingToken
public EndingToken()
- Constructor that defines the ending node. Its name is ENDING_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 ending token. The representation
is: {END NODE}
- Overrides:
toString
in class GraphToken
- Returns:
- String representation of an ending token.
- See Also:
Object.toString()
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.