public static final class Java.FieldAccessExpression extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
String |
fieldName
Name of the field within the
lhs to access. |
Java.Atom |
lhs
|
NOWHERE| Constructor and Description |
|---|
FieldAccessExpression(Location location,
Java.Atom lhs,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.LvalueVisitor<R,EX> visitor)
|
String |
toString() |
accept, toLvalueaccept, accept, getEnclosingScope, getEnclosingScopeOrNull, setEnclosingScope, toRvaluetoLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final Java.Atom lhs
@Nullable public <R,EX extends Throwable> R accept(Visitor.LvalueVisitor<R,EX> visitor) throws EX extends Throwable
Java.Lvalueaccept in class Java.LvalueEX extends ThrowableCopyright © 2019. All rights reserved.