Package | Description |
---|---|
SyntacticalAnalyser | |
Translator |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<TokenTree> |
TokenTree.sons |
Modifier and Type | Method and Description |
---|---|
static TokenTree |
Syntaxer.generateATS(java.util.ArrayList<Token> _tokens)
Méthode réalisant la génération d'un arbre syntaxique abstrait à partir d'une liste de tokens
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TokenTree> |
TokenTree.getSons() |
Modifier and Type | Method and Description |
---|---|
void |
TokenTree.addSon(TokenTree tokenTree) |
java.lang.String |
TokenTree.toJsonString(TokenTree tokenTree,
int i) |
Modifier and Type | Method and Description |
---|---|
void |
TokenTree.setSons(java.util.ArrayList<TokenTree> _sons) |
Constructor and Description |
---|
SyntaxException(int i,
TokenTree tree) |
Constructor and Description |
---|
TokenTree(Token _token,
java.util.ArrayList<TokenTree> _sons) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Translator.simpleTranslate(TokenTree ats)
Méthode réalisant la transformation d'un arbre syntaxique abstrait d'une requête FUDDGE en une requête CYPHER
|