Package | Description |
---|---|
org.codice.ddf.endpoints |
Modifier and Type | Method and Description |
---|---|
ASTNode.Operator |
PhraseDelimiterASTNode.getOperator() |
ASTNode.Operator |
KeywordASTNode.getOperator() |
ASTNode.Operator |
OperatorASTNode.getOperator() |
abstract ASTNode.Operator |
ASTNode.getOperator() |
static ASTNode.Operator |
ASTNode.Operator.getOperatorFromString(String operatorString) |
static ASTNode.Operator |
ASTNode.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTNode.Operator[] |
ASTNode.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OperatorASTNode(ASTNode.Operator operator,
ASTNode left,
ASTNode right) |
This work is licensed under a Creative Commons Attribution 4.0 International License.