208209210211212213214215216217218
} else { seen.add(line); } ElseBlock elseBlock = new ElseBlock(line); current.addChild(elseBlock); current = elseBlock; //now, visit the successor, if any. List<AbstractIntermediate> candidates = getUnseenSuccessors(line);