
- getName() instead of getMethodName() or getVariableName() - firstChild() instead of getFirstChildOfType() - getRoot() instead of getFirstParentOfType(ASTCompilationUnit.class) - children() instead of findChildrenOfType() - no more addRuleChainVisit() - ancestors() instead of getNthParent() - descendants() instead of findDescendantsOfType()