public class Or extends Expression
Expression
.Expression.Time
Constructor and Description |
---|
Or(Expression leftExpression,
Expression rightExpression) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getLeftExpression() |
Expression |
getRightExpression() |
int |
hashCode() |
String |
toString() |
add, and, compare, divide, function, function, getQueryContextEndIndex, getQueryContextStartIndex, in, isNull, isNullInnerStream, isNullInnerStream, isNullStream, isNullStream, mod, multiply, not, or, setQueryContextEndIndex, setQueryContextStartIndex, subtract, value, value, value, value, value, value, variable
public Or(Expression leftExpression, Expression rightExpression)
public Expression getLeftExpression()
public Expression getRightExpression()
Copyright © 2018 WSO2. All rights reserved.