@Override
 public void visitWhileStatement(WhileStatementTree tree) {
   incrementComplexity();
   super.visitWhileStatement(tree);
 }