public class BooleanLiteral extends LeafExpression<Boolean>
QueryExpression that represents a boolean constant.| Constructor and Description |
|---|
BooleanLiteral(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
boolean |
getValue()
This getter returns the value of this literal.
|
String |
toString() |
getExpressionTypepublic void accept(QueryExpressionVisitor visitor)
QueryExpressionvisitor and delegates
it to its children if present.accept in class QueryExpression<Boolean>visitor - the visitor visiting this expressionpublic boolean getValue()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.