| Package | Description |
|---|---|
| org.codice.ddf.endpoints |
| Modifier and Type | Class and Description |
|---|---|
class |
KeywordASTNode
ASTNode that holds a keyword.
|
class |
OperatorASTNode
ASTNode that holds a boolean operator.
|
class |
PhraseDelimiterASTNode
ASTNode that denotes the beginning of a phrase in the stack.
|
| Modifier and Type | Method and Description |
|---|---|
org.opengis.filter.Filter |
KeywordFilterGenerator.getFilterFromASTNode(ASTNode astNode) |
org.opengis.filter.Filter |
KeywordFilterGenerator.getFilterFromASTNode(ASTNode astNode,
String xpathSelector) |
| Constructor and Description |
|---|
ASTNode(ASTNode left,
ASTNode right) |
OperatorASTNode(ASTNode.Operator operator,
ASTNode left,
ASTNode right) |
OperatorASTNode(String operator,
ASTNode left,
ASTNode right) |
This work is licensed under a Creative Commons Attribution 4.0 International License.