public virtual void Visit(Variable variable)
 {
     variable.AcceptVisitor(this);
 }