| Constructor and Description |
|---|
ValueExpr(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. |
Optional<ValueExpr> |
asValue()
Get this expression as a value expression
|
String |
getValue()
Gets the value.
|
boolean |
isValue()
Check if this expression is a value expression.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asMember, asMethodCall, asUnary, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isMember, isMethodCall, isUnarypublic ValueExpr(String value)
ValueExpr.value - the valuepublic String getValue()
public boolean isValue()
Exprpublic Optional<ValueExpr> asValue()
Exprpublic <T,X extends Throwable> T accept(ExprVisitor<T,X> visitor) throws X extends Throwable
Exprvisitor for this expression.Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.