Variable PrimaryExpression.typeofExpression

class PrimaryExpression
{
  // ...
  TypeofExpression typeofExpression;
  // ...
}