emitExpression(node.getSwitchValue());
generator.emitSwitch(
keys,
new StringSwitchCallback() {
@Override
public void emitCase(final String key, final Label breakTarget) throws Exception {
final Expression body = caseBodies.get(key);
if (body == null) {