|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphToken | |
---|---|
name.angoca.db2sa.core.syntax.graph | In this package are all the classes that make the grammar representation. |
Uses of GraphToken in name.angoca.db2sa.core.syntax.graph |
---|
Subclasses of GraphToken in name.angoca.db2sa.core.syntax.graph | |
---|---|
class |
EndingToken
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. |
class |
HelpToken
This token shows a little help with the simple commands. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
class |
LicenseToken
This token represents the information about the application, like the About if GUIs. db2sa Copyright (C) 2009 Andres Gomez\nThis program comes with ABSOLUTELY NO WARRANTY;\nThis is free software, and you are welcome to redistribute it\nunder certain conditions. TODO leer la información de licencia y about desde un archivo de configuración para que esté siempre sincronizado y así el usuario pueda conocer la versión que está usando. |
class |
StartingToken
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. |
Methods in name.angoca.db2sa.core.syntax.graph that return types with arguments of type GraphToken | |
---|---|
List<GraphToken> |
GraphToken.getWays()
This method retrieves all the possibles ways that can be taken from this node. |
Methods in name.angoca.db2sa.core.syntax.graph with parameters of type GraphToken | |
---|---|
void |
GraphToken.addWay(GraphToken token)
Adds a possible way to the current token. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |