int c = 0;
Enumeration keys = (Enumeration)_switches.elementAt(i);
while(keys.hasMoreElements()) {
Any key = (Any)keys.nextElement();
if (key != SwitchStatement.DEFAULT_MARKER) {
key.toCode(code);
code.anew(intclazz);
code.dup();
code.iconst(c++);
code.invokespecial(intclazzctor);
code.invokevirtual(hashlistadd);