public class And extends MultipleArgumentsExpression
| Constructor and Description |
|---|
And(Expression... arguments) |
And(List<Expression> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
equals, getArguments, hashCode, setArguments, toString, validateclone, getAppliableOperatorspublic And(Expression... arguments)
public And(List<Expression> arguments)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType()
ExpressiongetReturnedDataType in class ExpressionCopyright © 2014. All Rights Reserved.