public class EqBooleanExpression extends Object implements BooleanExpression
| Constructor and Description |
|---|
EqBooleanExpression(Operand leftOperand,
Operand rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
List<BooleanExpression> |
getChildren() |
Operand |
getLeftOperand() |
Operand |
getRightOperand() |
boolean |
hasChildren() |
public Operand getLeftOperand()
public Operand getRightOperand()
public boolean hasChildren()
hasChildren in interface BooleanExpressionpublic List<BooleanExpression> getChildren()
getChildren in interface BooleanExpressionCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.