|
||||||||||
| 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
public abstract class AbstractExpression
| Constructor Summary | |
|---|---|
AbstractExpression()
|
|
| Method Summary | |
|---|---|
Expression |
and(Expression right)
Ands this expression with the right side expression |
Expression |
or(Expression right)
Ors this expression with the right side expression |
Expression |
xor(Expression right)
Xors this expression with the right side expression |
| 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 |
|---|
describeWith, passes |
| Constructor Detail |
|---|
public AbstractExpression()
| Method Detail |
|---|
public Expression and(Expression right)
Expression
and in interface Expressionright - The right side expression
public Expression or(Expression right)
Expression
or in interface Expressionright - The right side expression
public Expression xor(Expression right)
Expression
xor in interface Expressionright - The right side expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||