final ReflectionInfo reflectionInfo,
final AspectSystem system,
final ClassInfo thisClassInfo) {
ClassInfo callerClassInfo = JavaClassInfo.getClassInfo(callerClass);
ReflectionInfo withinInfo = null;
// FIXME: refactor getMethod in INFO so that we can apply it on "<init>" and that it delegates to ctor
// instead of checking things here.
switch (joinPointType) {
case JoinPointType.CONSTRUCTOR_EXECUTION:
withinInfo = callerClassInfo.getConstructor(AsmHelper.calculateConstructorHash(callerMethodDesc));