Olivier Lefevre wrote: > static Set<String, String> legalOptions = new HashSet<String, String>();
What was I thinking? That should have been static Set<String> legalOptions = new HashSet<String>(); of course. I got distracted by the discussion of sets as key=value maps. -- O.L. _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org:8080/mailman/listinfo/antlr-dev
