public void visit(TypeDeclarationStmt n, Object arg) {
   n.getTypeDeclaration().accept(this, arg);
 }