public abstract class BinaryLogicalExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
left |
protected Expression |
right |
| Constructor and Description |
|---|
BinaryLogicalExpression() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeft() |
Expression |
getRight() |
accept, isEmptyprotected Expression left
protected Expression right
public Expression getLeft()
public Expression getRight()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.