public class And extends BinaryLogicalExpression
left, right| Constructor and Description |
|---|
And(Expression left,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor queryVisitor) |
getLeft, getRightpublic And(Expression left, Expression right)
public void accept(QueryVisitor queryVisitor)
accept in class ExpressionCopyright © 2015 MuleSoft, Inc.. All rights reserved.