Variable PrimaryExpression.type

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