com.agical.rmock.core.match.operator
Class AbstractBinaryOperator
java.lang.Object
com.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.operator.AbstractBinaryOperator
- All Implemented Interfaces:
- Expression, Operator
- Direct Known Subclasses:
- AndOperator, OrOperator, XorOperator
public abstract class AbstractBinaryOperator
- extends AbstractExpression
- implements Operator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBinaryOperator
public AbstractBinaryOperator(String operator,
Expression left,
Expression right)
describeWith
public void describeWith(ExpressionDescriber constraintDescriber)
throws IOException
- Description copied from interface:
Expression
- Describes this expression with the given describer
- Specified by:
describeWith
in interface Expression
- Parameters:
constraintDescriber
- The describer to use
- Throws:
IOException
getLeft
public Expression getLeft()
getRight
public Expression getRight()
Copyright © 2005-2011 Agical AB. All Rights Reserved.