Uses of Interface
org.geotools.filter.text.cql_2.parsers.Node
Packages that use Node
-
Uses of Node in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 with parameters of type NodeModifier and TypeMethodDescriptionfinal voidCQL2Compiler.jjtreeCloseNodeScope(Node n) called by parser when the node is closed.final voidCQL2Compiler.jjtreeOpenNodeScope(Node n) -
Uses of Node in org.geotools.filter.text.cql_2.parsers
Classes in org.geotools.filter.text.cql_2.parsers that implement NodeModifier and TypeClassDescriptionclassRedefines SimpleNode to allow access to additional information to theCQLCompilerNote: set the option BUILD_NODE_FILES=false to avoid that javacc generates a new SimpleNode.Fields in org.geotools.filter.text.cql_2.parsers declared as NodeModifier and TypeFieldDescriptionprotected Node[]SimpleNode.childrenprotected NodeSimpleNode.parentMethods in org.geotools.filter.text.cql_2.parsers that return NodeModifier and TypeMethodDescriptionfinal NodeCQL2Parser.ExpressionCompilationUnit()final NodeCQL2Parser.FilterCompilationUnit()final NodeCQL2Parser.FilterListCompilationUnit()Node.jjtGetChild(int i) SimpleNode.jjtGetChild(int i) Node.jjtGetParent()SimpleNode.jjtGetParent()JJTCQL2ParserState.peekNode()JJTCQL2ParserState.popNode()JJTCQL2ParserState.rootNode()Methods in org.geotools.filter.text.cql_2.parsers with parameters of type NodeModifier and TypeMethodDescriptionvoidJJTCQL2ParserState.clearNodeScope(Node n) voidJJTCQL2ParserState.closeNodeScope(Node n, boolean condition) voidJJTCQL2ParserState.closeNodeScope(Node n, int num) voidNode.jjtAddChild(Node n, int i) voidSimpleNode.jjtAddChild(Node n, int i) voidCQL2Parser.jjtreeCloseNodeScope(Node n) voidCQL2Parser.jjtreeOpenNodeScope(Node n) voidNode.jjtSetParent(Node n) voidSimpleNode.jjtSetParent(Node n) voidJJTCQL2ParserState.openNodeScope(Node n) void