public override ASTType accept(TypeVisitor v)
 {
     return v.visit(this);
 }
 public ASTType accept(TypeVisitor v)
 {
     return v.visit(this);
 }