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.
|
acceptaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootpublic 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–2019. All rights reserved.