public abstract class AbstractBinaryOperator extends AbstractExpression implements Operator
Constructor and Description |
---|
AbstractBinaryOperator(String operator,
Expression left,
Expression right) |
Modifier and Type | Method and Description |
---|---|
void |
describeWith(ExpressionDescriber constraintDescriber)
Describes this expression with the given describer
|
Expression |
getLeft() |
Expression |
getRight() |
and, or, xor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, or, passes, xor
public AbstractBinaryOperator(String operator, Expression left, Expression right)
public void describeWith(ExpressionDescriber constraintDescriber) throws IOException
Expression
describeWith
in interface Expression
constraintDescriber
- The describer to useIOException
public Expression getLeft()
public Expression getRight()
Copyright © 2005-2013 Agical AB. All Rights Reserved.