Interface | Description |
---|---|
CQLParserConstants | |
CQLParserTreeConstants | |
ECQLParserConstants | |
ECQLParserTreeConstants | |
Node |
This interface extends the functionalities provided by the default
implementation generated by javacc.
|
Class | Description |
---|---|
CQLParser |
CQLParser is the result of a javacc jjtree grammar.
|
CQLParserTokenManager | |
ECQLParser |
ECQLParser is the result of a javacc jjtree grammar.
|
ECQLParserTokenManager | |
JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
SimpleNode |
Redefines SimpleNode to allow access to additional
information to the
CQLCompiler
Note: set the option BUILD_NODE_FILES=false to avoid that javacc generates
a new SimpleNode. |
Token |
Describes the input token stream.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Copyright © 1996–2022 Geotools. All rights reserved.