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