Variable PrimaryExpression.vector

class PrimaryExpression
{
  // ...
  Vector vector ;
  // ...
}