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) |
iteratorgetCumulativeCost, getDescription, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 LogicalExpressiongetMajorType in class LogicalExpressionBasepublic <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.