public static final class Java.SuperclassFieldAccessExpression extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
String |
fieldName
The name of the field to access.
|
Java.Type |
optionalQualification
The optional qualification before '.super.fld'.
|
NOWHERE| Constructor and Description |
|---|
SuperclassFieldAccessExpression(Location location,
Java.Type optionalQualification,
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, throwCompileException@Nullable public final Java.Type optionalQualification
public final String fieldName
@Nullable public <R,EX extends Throwable> R accept(Visitor.LvalueVisitor<R,EX> visitor) throws EX extends Throwable
Java.Lvalueaccept in class Java.LvalueEX extends Throwable