public interface IBinaryExpression extends IExpression
| Modifier and Type | Method and Description |
|---|---|
IExpression |
getLeft() |
IExpression |
getRight() |
void |
setLeft(IExpression leftExpression) |
void |
setRight(IExpression rightExpression) |
clone, getType, serializeIExpression getLeft()
IExpression getRight()
void setLeft(IExpression leftExpression)
void setRight(IExpression rightExpression)
Copyright © 2022 The Apache Software Foundation. All rights reserved.