public static final class Java.ParenthesizedExpression extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue |
value |
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUENOWHERE| Constructor and Description |
|---|
Java.ParenthesizedExpression(Location location,
Java.Rvalue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.AtomVisitor visitor) |
void |
accept(Visitor.LvalueVisitor visitor) |
void |
accept(Visitor.RvalueVisitor visitor) |
String |
toString() |
toLvaluegetEnclosingBlockStatement, setEnclosingBlockStatement, toRvaluetoLvalueOrPE, toRvalueOrPE, toType, toTypeOrPEgetLocation, throwCompileExceptionpublic final Java.Rvalue value
public Java.ParenthesizedExpression(Location location, Java.Rvalue value)
public void accept(Visitor.AtomVisitor visitor)
public void accept(Visitor.RvalueVisitor visitor)
accept in class Java.Rvaluepublic void accept(Visitor.LvalueVisitor visitor)
accept in class Java.LvalueCopyright © 2001–2013. All rights reserved.