| Constructor and Description |
|---|
MemberExpr(String value)
Create a new
MemberExpr. |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(ExprVisitor<T,X> visitor)
Accepts
visitor for this expression. |
Optional<MemberExpr> |
asMember()
Get this expression as a member expression
|
String |
getValue()
Get the value.
|
boolean |
isMember()
Check if this expression is a member expression.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asMethodCall, asUnary, asValue, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isMethodCall, isUnary, isValuepublic MemberExpr(String value)
MemberExpr.value - the valuepublic String getValue()
public boolean isMember()
Exprpublic Optional<MemberExpr> asMember()
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.