public override void Accept(IGenericStatementVisitor visitor)
 {
     visitor.VisitVariableDeclarationStatement(this);
 }