Variable Declarator.comment

class Declarator
{
  // ...
  string comment;
  // ...
}