FamixMethod lConstructor = null;
int successfullResolvingCounter = countResolvedArguments();
if ((getMethodBinding() != null) && (successfullResolvingCounter == getArguments().size())) {
lConstructor = createMethod();
} else {
lConstructor = rememberUnresolvedInvocation(new UnresolvedThisInvocation(getCurrMethod(), this));
}
return lConstructor;
}