body.add(f.newIfStatement(
new ExpressionBuilder(f, c)
.apply(InfixOperator.EQUALS, Models.toLiteral(f, '\n'))
.toExpression(),
f.newBlock(f.newBreakStatement())));
MethodDeclaration decl = f.newMethodDeclaration(
null,
new AttributeBuilder(f)
.Private()
.toAttributes(),
Collections.<TypeParameterDeclaration>emptyList(),