static void addLispStatement(Map map, Lisp l) { LispStatement s = new LispStatement(aGlobalID(), l); map.put(s.globalID, s); }