ClassInfo calleeClassInfo = JavaClassInfo.getClassInfo(calleeClass);
// create the callee info
final ReflectionInfo reflectionInfo;
final PointcutType pointcutType;
switch (joinPointType) {
case JoinPointType.STATIC_INITIALIZATION_INT:
reflectionInfo = calleeClassInfo.staticInitializer();
pointcutType = PointcutType.STATIC_INITIALIZATION;
break;