public void AcceptParseTreeVisitor(IParseTreeVisitor visitor)
 {
     visitor.VisitDeclarationIdentifier(this);
 }