Variable UnaryExpression.newExpression

class UnaryExpression
{
  // ...
  NewExpression newExpression;
  // ...
}