public class StringValueExpr extends Object implements DirectTextExpr
| Constructor and Description |
|---|
StringValueExpr(String value)
Creates a new
ValueExpr. |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(ExprVisitor<T,X> visitor)
Accepts
visitor for this expression. |
boolean |
equals(Object o) |
String |
getValue()
Gets the value.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasTextValueisTextValueasArithmetic, asBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asGeometry, asMember, asMethodCall, asNumericValue, asTime, asUnary, isArithmetic, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isGeometry, isMember, isMethodCall, isNumericValue, isTime, isUnarytoODataStringpublic StringValueExpr(String value)
ValueExpr.value - the valuepublic String getValue()
getValue in interface DirectTextExprpublic <T,X extends Throwable> T accept(ExprVisitor<T,X> visitor) throws X extends Throwable
Exprvisitor for this expression.Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.