public class BooleanLiteral extends LeafExpression<Boolean> implements QueryExpression<Boolean>
QueryExpression that represents a boolean constant.| Constructor and Description |
|---|
BooleanLiteral(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
QueryExpression<Boolean> |
copy() |
int |
queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
String |
toString() |
appendQueryParameters, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, precedenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendQueryParameters, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, precedencepublic void asQueryLanguage(QueryTextGenerator queryTextGenerator, StringBuilder builder)
asQueryLanguage in interface QueryExpression<Boolean>public int queryStringSizeGuess(QueryTextGenerator queryTextGenerator)
queryStringSizeGuess in interface QueryExpression<Boolean>public QueryExpression<Boolean> copy()
copy in interface QueryExpression<Boolean>Copyright © 2016 SAPERION AG. All rights reserved.