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) |
iterator
getCumulativeCost, getDescription, getPosition, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 LogicalExpression
getMajorType
in class LogicalExpressionBase
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exception
public boolean getBoolean()
Copyright © 1970 The Apache Software Foundation. All rights reserved.