public static class ValueExpressions.BooleanExpression extends ValueExpressions.ValueExpression<Boolean>
LogicalExpression.De, LogicalExpression.Se| Modifier and Type | Field and Description |
|---|---|
static ValueExpressions.BooleanExpression |
FALSE |
static ValueExpressions.BooleanExpression |
TRUE |
value| Constructor and Description |
|---|
BooleanExpression(String value,
ExpressionPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
boolean |
getBoolean() |
TypeProtos.MajorType |
getMajorType() |
protected Boolean |
parseValue(String s) |
iteratorgetCumulativeCost, getDescription, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final ValueExpressions.BooleanExpression TRUE
public static final ValueExpressions.BooleanExpression FALSE
public BooleanExpression(String value, ExpressionPosition pos)
protected Boolean parseValue(String s)
parseValue in class ValueExpressions.ValueExpression<Boolean>public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class LogicalExpressionBasepublic <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exceptionpublic boolean getBoolean()
Copyright © 2021 The Apache Software Foundation. All rights reserved.