public boolean addParam(String varName, EVILType type) {
   TypeFun fun = funTable.get(currentFunction);
   return fun.addParam(varName, type);
 }