Package org.geotools.filter.text.generated.parsers
-
Interface Summary Interface Description CQLParserConstants CQLParserTreeConstants ECQLParserConstants ECQLParserTreeConstants Node This interface extends the functionalities provided by the default implementation generated by javacc. -
Class Summary 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 theCQLCompiler
Note: set the option BUILD_NODE_FILES=false to avoid that javacc generates a new SimpleNode.Token Describes the input token stream. -
Exception Summary Exception Description ParseException This exception is thrown when parse errors are encountered. -
Error Summary Error Description TokenMgrError