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, xorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, or, passes, xorpublic AbstractBinaryOperator(String operator, Expression left, Expression right)
public void describeWith(ExpressionDescriber constraintDescriber) throws IOException
ExpressiondescribeWith in interface ExpressionconstraintDescriber - The describer to useIOExceptionpublic Expression getLeft()
public Expression getRight()
Copyright © 2005-2013 Agical AB. All Rights Reserved.