Package | Description |
---|---|
LexicalAnalyser | |
SyntacticalAnalyser |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Token> |
Lexer.tokenize(java.lang.String _input)
Méthode réalisant la tokenization d'une requête FUDGE
String -> ArrayList
|
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<Token> |
SyntaxException.tokens |
Modifier and Type | Method and Description |
---|---|
void |
TokenTree.setToken(Token _token) |
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
|
static void |
SyntaxException.init(java.util.ArrayList<Token> _tokens) |
Constructor and Description |
---|
TokenTree(Token _token,
java.util.ArrayList<TokenTree> _sons) |