165166167168169170171172173174175
} else { seen.add(line); } SwitchBlock switchBlock = new SwitchBlock(line); current.addChild(switchBlock); current = switchBlock; List<CaseIntermediate> cases = igc.getCases(line);