public class OrBooleanExpression extends Object implements BooleanExpression
| Constructor and Description |
|---|
OrBooleanExpression(BooleanExpression leftExpression,
BooleanExpression rightExpression) |
| Modifier and Type | Method and Description |
|---|---|
List<BooleanExpression> |
getChildren() |
BooleanExpression |
getLeftExpression() |
BooleanExpression |
getRightExpression() |
boolean |
hasChildren() |
public OrBooleanExpression(BooleanExpression leftExpression, BooleanExpression rightExpression)
public BooleanExpression getLeftExpression()
public BooleanExpression getRightExpression()
public boolean hasChildren()
hasChildren in interface BooleanExpressionpublic List<BooleanExpression> getChildren()
getChildren in interface BooleanExpressionCopyright © 2015 Red Hat, Inc.. All rights reserved.