public class Not extends AbstractBooleanExpression
| Constructor and Description |
|---|
Not(boolean value)
Create a new instance of a unary
Not from a boolean literal |
Not(BooleanExpression expression)
Create a new instance of a unary
Not from a boolean expression |
Not(String value)
Create a new instance of a unary
Not from a string literal |
| 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 Not(boolean value)
Not from a boolean literalvalue - boolean literal to be negatedpublic Not(String value)
Not from a string literalvalue - string literal to be negatedpublic Not(BooleanExpression expression)
Not from a boolean expressionexpression - boolean expression literal to be negatedpublic 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.