public static class ValueExpressions.QuotedString extends ValueExpressions.ValueExpression<String>
LogicalExpression.De, LogicalExpression.Se
Modifier and Type | Field and Description |
---|---|
static ValueExpressions.QuotedString |
EMPTY_STRING |
value
Constructor and Description |
---|
QuotedString(String value,
int precision,
ExpressionPosition pos) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
TypeProtos.MajorType |
getMajorType() |
String |
getString() |
protected String |
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.QuotedString EMPTY_STRING
public QuotedString(String value, int precision, ExpressionPosition pos)
public String getString()
protected String parseValue(String s)
parseValue
in class ValueExpressions.ValueExpression<String>
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
Copyright © 1970 The Apache Software Foundation. All rights reserved.