public abstract class AbstractBooleanExpression extends Object implements BooleanExpression
| Constructor and Description |
|---|
AbstractBooleanExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic void accept(ValueExpressionVisitor visitor)
ValueExpressionaccept in interface ValueExpressionvisitor - visitor to acceptCopyright © 2018–2021. All rights reserved.