Variable PrimaryExpression.expression

class PrimaryExpression
{
  // ...
  Expression expression;
  // ...
}