Package org.geotools.filter.text.cql_2.parsers
-
Interface Summary Interface Description CQL2ParserConstants CQL2ParserTreeConstants Node This interface extends the functionalities provided by the default implementation generated by javacc. -
Class Summary Class Description CQL2Parser CQL2Parser is the result of a javacc jjtree grammar.CQL2ParserTokenManager 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