return getExpressionInfo(m_root, newExpression);
}
@Override
protected void apply_renameKeys_pre(final Map<String, String> oldToNew) throws Exception {
m_accessorEditor.getAstUnit().accept(new AstVisitorEx() {
@Override
public void postVisitEx(ASTNode node) throws Exception {
if (node instanceof MethodDeclaration) {
MethodDeclaration methodDeclaration = (MethodDeclaration) node;
String methodName = methodDeclaration.getName().getIdentifier();