public class SelectAnalyser extends KeyWordAnalyzer
syntaxQueue
Constructor and Description |
---|
SelectAnalyser(Queue<String> tempQueue) |
Modifier and Type | Method and Description |
---|---|
void |
analyseStatement()
This method analyses a queue of string tokens associated with the sql keyword SELECT, which
is produced by the Lexical Analyser and embeds the proper syntaxes correspond to each of the
tokens in the input token queue recursively.
|
getSyntaxQueue
public void analyseStatement()
analyseStatement
in class KeyWordAnalyzer
Copyright © 2019 WSO2. All rights reserved.