99499599699799899910001001100210031004
} } // visit only the body Block body = node.getBody(); if (body != null) { // body is null for abstract methods body.accept(this); } } return false; }