Variable UnaryExpression.type

class UnaryExpression
{
  // ...
  Type type;
  // ...
}