|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.operator.AbstractBinaryOperator
public abstract class AbstractBinaryOperator
| Constructor Summary | |
|---|---|
AbstractBinaryOperator(java.lang.String operator,
Expression left,
Expression right)
|
|
| Method Summary | |
|---|---|
void |
describeWith(ExpressionDescriber constraintDescriber)
Describes this expression with the given describer |
Expression |
getLeft()
|
Expression |
getRight()
|
| Methods inherited from class com.agical.rmock.core.match.operator.AbstractExpression |
|---|
and, or, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.agical.rmock.core.match.Expression |
|---|
and, or, passes, xor |
| Constructor Detail |
|---|
public AbstractBinaryOperator(java.lang.String operator,
Expression left,
Expression right)
| Method Detail |
|---|
public void describeWith(ExpressionDescriber constraintDescriber)
throws java.io.IOException
Expression
describeWith in interface ExpressionconstraintDescriber - The describer to use
java.io.IOExceptionpublic Expression getLeft()
public Expression getRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||