public override bool Accept(IASTVisitor visitor)
 {
     return(visitor.VisitBaseReferenceExpression(this));
 }