Uses of Class
name.angoca.db2sa.core.lexical.Token

Packages that use Token
name.angoca.db2sa.core.lexical This package contains the components that helps to do an lexical analyzes. 
name.angoca.db2sa.core.syntax This package contains the components that helps to do an syntactical analyzes.
Control Version
0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1.  
 

Uses of Token in name.angoca.db2sa.core.lexical
 

Method parameters in name.angoca.db2sa.core.lexical with type arguments of type Token
protected  String ImplLexicalAnalyzer.replaceLastToken(String phrase, List<Token> tokens, GraphAnswer answer)
          Retrieves a phrase with the last token modified.
 

Uses of Token in name.angoca.db2sa.core.syntax
 

Methods in name.angoca.db2sa.core.syntax that return types with arguments of type Token
 List<Token> GraphAnswer.getOptions()
          Returns the set of options of the current position.
 List<Token> GraphAnswer.getPhrases()
          Returns the set of phrases of the command.
 

Method parameters in name.angoca.db2sa.core.syntax with type arguments of type Token
 GraphAnswer ImplSyntaxAnalyzer.getOptions(List<Token> phrase)
           
abstract  GraphAnswer AbstractSyntacticalAnalyzer.getOptions(List<Token> phrase)
          Returns the possible options that a given phrase can have.
 

Constructor parameters in name.angoca.db2sa.core.syntax with type arguments of type Token
GraphAnswer(List<Token> phrases, List<Token> options)
          Constructor that associates the phrase and the possible options.
GraphAnswer(List<Token> phrases, List<Token> options)
          Constructor that associates the phrase and the possible options.
 



Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.