public abstract class BinaryLogicalExpression extends LogicalExpression
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
left
Left expression
|
protected Expression |
right
Right expression
|
| Constructor and Description |
|---|
BinaryLogicalExpression() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeft() |
Expression |
getRight() |
acceptprotected Expression left
protected Expression right
public Expression getLeft()
public Expression getRight()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.