コード例 #1
0
 public void imprimir(AST raiz)
 {
     raiz.visit(this,new int());
 }