@Override
 public void exitAlias(AliasContext ctx) {
   String id = ctx.ID().getText();
   String tipo = getValue(ctx.tipo());
   String s = "tipo " + id + " = " + tipo;
   setValue(ctx, s);
 }