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_TRUE
NOWHERE
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() |
toLvalue
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
toLvalueOrPE, toRvalueOrPE, toType, toTypeOrPE
getLocation, throwCompileException
public 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.Rvalue
public void accept(Visitor.LvalueVisitor visitor)
accept
in class Java.Lvalue
Copyright © 2001-2012. All Rights Reserved.