inv.rawQualifier(toTree(node.getEnclosingExpression()));
Node n = toTree(node.getClassBody());
if (n instanceof TypeDeclaration) {
NormalTypeBody body = ((ClassDeclaration) n).astBody();
if (body != null) body.unparent();
inv.rawAnonymousClassBody(setPos(node.getClassBody(), body));
}
set(node, inv);
}
@Override public void visitTypeTest(JCInstanceOf node) {