public static final class Java.LocalVariableAccess extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
Java.LocalVariable |
localVariable
The local variable that is accessed.
|
NOWHERE| Constructor and Description |
|---|
LocalVariableAccess(Location location,
Java.LocalVariable localVariable) |
| 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.LocalVariable localVariable
public LocalVariableAccess(Location location, Java.LocalVariable localVariable)
@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