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 void
CQL2Compiler.jjtreeCloseNodeScope
(Node n) called by parser when the node is closed.final void
CQL2Compiler.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 TypeClassDescriptionclass
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.Fields in org.geotools.filter.text.cql_2.parsers declared as NodeModifier and TypeFieldDescriptionprotected Node[]
SimpleNode.children
protected Node
SimpleNode.parent
Methods in org.geotools.filter.text.cql_2.parsers that return NodeModifier and TypeMethodDescriptionfinal Node
CQL2Parser.ExpressionCompilationUnit()
final Node
CQL2Parser.FilterCompilationUnit()
final Node
CQL2Parser.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 TypeMethodDescriptionvoid
JJTCQL2ParserState.clearNodeScope
(Node n) void
JJTCQL2ParserState.closeNodeScope
(Node n, boolean condition) void
JJTCQL2ParserState.closeNodeScope
(Node n, int num) void
Node.jjtAddChild
(Node n, int i) void
SimpleNode.jjtAddChild
(Node n, int i) void
CQL2Parser.jjtreeCloseNodeScope
(Node n) void
CQL2Parser.jjtreeOpenNodeScope
(Node n) void
Node.jjtSetParent
(Node n) void
SimpleNode.jjtSetParent
(Node n) void
JJTCQL2ParserState.openNodeScope
(Node n) void