public void imprimir(AST raiz)
 {
     raiz.visit(this,new int());
 }