Package | Description |
---|---|
org.geotools.filter.text.cql2 |
Common Query Language (CQL)
This package implements the OGC_Common Catalogue Query Language. |
org.geotools.filter.text.ecql |
Extended Common Query Language (ECQL)
This package implements the ECQL query language that extend the OGC Common Catalogue Query Language (CQL) capabilities. |
org.geotools.filter.text.generated.parsers |
Modifier and Type | Method and Description |
---|---|
void |
CQLCompiler.jjtreeCloseNodeScope(Node n) |
void |
CQLCompiler.jjtreeOpenNodeScope(Node n) |
Modifier and Type | Method and Description |
---|---|
void |
ECQLCompiler.jjtreeCloseNodeScope(Node n)
called by parser when the node is closed.
|
void |
ECQLCompiler.jjtreeOpenNodeScope(Node n) |
Modifier and Type | Class and Description |
---|---|
class |
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. |
Modifier and Type | Field and Description |
---|---|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
Modifier and Type | Method and Description |
---|---|
Node |
CQLParser.ExpressionCompilationUnit() |
Node |
ECQLParser.ExpressionCompilationUnit() |
Node |
CQLParser.FilterCompilationUnit() |
Node |
ECQLParser.FilterCompilationUnit() |
Node |
CQLParser.FilterListCompilationUnit() |
Node |
ECQLParser.FilterListCompilationUnit() |
Node |
SimpleNode.jjtGetChild(int i) |
Node |
Node.jjtGetChild(int i) |
Node |
SimpleNode.jjtGetParent() |
Node |
Node.jjtGetParent() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleNode.jjtAddChild(Node n,
int i) |
void |
Node.jjtAddChild(Node n,
int i) |
void |
CQLParser.jjtreeCloseNodeScope(Node n) |
void |
ECQLParser.jjtreeCloseNodeScope(Node n) |
void |
CQLParser.jjtreeOpenNodeScope(Node n) |
void |
ECQLParser.jjtreeOpenNodeScope(Node n) |
void |
SimpleNode.jjtSetParent(Node n) |
void |
Node.jjtSetParent(Node n) |
Copyright © 1996–2023 Geotools. All rights reserved.