public static final class Java.ParenthesizedExpression extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue |
value
The rvalue in parentheses.
|
NOWHERE| Constructor and Description |
|---|
ParenthesizedExpression(Location location,
Java.Rvalue value) |
| 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.Rvalue value
public ParenthesizedExpression(Location location, Java.Rvalue value)
@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