public class Between extends BinaryExpression
| Constructor and Description |
|---|
Between(Expression leftArgument,
Expression rightArgument) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
void |
validate()
Validates correctness of the Expression
|
equals, getLeftArgument, getRightArgument, hashCode, setLeftArgument, setRightArgument, toStringclone, getAppliableOperatorspublic Between(Expression leftArgument, Expression rightArgument)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws MalformedExpressionException
ExpressiongetReturnedDataType in class ExpressionMalformedExpressionExceptionpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class BinaryExpressionMalformedExpressionExceptionCopyright © 2014. All Rights Reserved.