lConstructor = createMethod();
} else {
// also consider anonymous class instance creation
if (getASTNode().getAnonymousClassDeclaration() != null) {
lConstructor =
rememberUnresolvedInvocation(new UnresolvedAnonymousClassInstanceCreationInvocation(
getCurrMethod(),
this,
getAnonymClassCounter().get(getCurrType())));
} else {
lConstructor =