| Modifier and Type | Method and Description |
|---|---|
ASTComparisonOperator |
ASTComparisonOperator.invert() |
static ASTComparisonOperator |
ASTComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTComparisonOperator[] |
ASTComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ASTConditionBuilder |
ASTConditionBuilder.withOperator(ASTComparisonOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
ASTComparisonOperator |
ASTCondition.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ASTCondition.hasOperator(ASTComparisonOperator operator) |
ASTCondition |
ASTCondition.setOperator(ASTComparisonOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
ASTComparisonOperator |
ASTSemanticOperator.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
ASTComparisonOperator |
DataSemanticOperator.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSchema.addSemanticOperator(String name,
String operandName,
DataPropertyType type,
ASTComparisonOperator operator) |
| Constructor and Description |
|---|
DataSemanticOperator(String name,
String operandName,
DataPropertyType type,
ASTComparisonOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
ConditionAssertion |
ConditionAssertion.hasOperator(ASTComparisonOperator operator) |
Copyright © 2020. All rights reserved.