Uses of Class
name.angoca.db2sa.core.syntax.GraphAnswer

Packages that use GraphAnswer
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 GraphAnswer in name.angoca.db2sa.core.lexical
 

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

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

Methods in name.angoca.db2sa.core.syntax that return GraphAnswer
 GraphAnswer ImplSyntaxAnalyzer.getOptions(List<Token> phrase)
           
abstract  GraphAnswer AbstractSyntacticalAnalyzer.getOptions(List<Token> phrase)
          Returns the possible options that a given phrase can have.
 



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