Package | Description |
---|---|
org.wso2.siddhi.query.api.condition | |
org.wso2.siddhi.query.compiler |
Modifier and Type | Method and Description |
---|---|
Condition.Operator |
Compare.getOperator() |
static Condition.Operator |
Condition.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Operator[] |
Condition.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.compare(Expression leftExpression,
Condition.Operator operator,
Expression rightExpression) |
Constructor and Description |
---|
Compare(Expression leftExpression,
Condition.Operator operator,
Expression rightExpression) |
Modifier and Type | Method and Description |
---|---|
Condition.Operator |
SiddhiQLGrammarWalker.compareOperation() |
Copyright © 2012. All Rights Reserved.