public class Or extends AbstractBooleanExpression
| Constructor and Description |
|---|
Or(boolean... values)
Create a new
Or instance |
Or(BooleanExpression... expressions)
Create a new
Or instance |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptConcrete(BooleanExpressionVisitor visitor)
Sub-classes must override this method so that the visitor knows the type of the visited class at compile time.
|
void |
dismissConcrete(BooleanExpressionVisitor visitor)
Sub-classes must override this method so that the visitor knows the type of the visited class at compile time.
|
accept, acceptaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentpublic Or(BooleanExpression... expressions)
Or instanceexpressions - boolean expressions to be connected by a logical Orpublic Or(boolean... values)
Or instancevalues - boolean literals to be connected by a logical Orpublic void acceptConcrete(BooleanExpressionVisitor visitor)
AbstractBooleanExpressionacceptConcrete in class AbstractBooleanExpressionvisitor - visitor to acceptpublic void dismissConcrete(BooleanExpressionVisitor visitor)
AbstractBooleanExpressiondismissConcrete in class AbstractBooleanExpressionvisitor - visitor to acceptCopyright © 2018–2020. All rights reserved.