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