public static final class Java.ParenthesizedExpression extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue |
value |
JUMP_IF_FALSE, JUMP_IF_TRUENOWHERE| Constructor and Description |
|---|
ParenthesizedExpression(Location location,
Java.Rvalue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.AtomVisitor visitor) |
void |
accept(Visitor.ElementValueVisitor visitor) |
void |
accept(Visitor.LvalueVisitor visitor) |
void |
accept(Visitor.RvalueVisitor visitor) |
java.lang.String |
toString() |
toLvaluegetEnclosingBlockStatement, setEnclosingBlockStatement, toRvaluetoLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionpublic final Java.Rvalue value
public 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.Lvaluepublic void accept(Visitor.ElementValueVisitor visitor)