pub type ParenthesizedExpression = Box<Expression>;
struct ParenthesizedExpression(/* private fields */);