123124125126127128129130131132133
} else { seen.add(line); } WhileBlock whileBlock = new WhileBlock(line); current.addChild(whileBlock); current = whileBlock; processBoolean(whileBlock, line); }