Variable CastExpression.type

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