ControlFlowPointcut(clazz: Class<*>)
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(clazz: Class<*>, @Nullable methodName: String)
Construct a new pointcut that matches all calls below the given method in the given class. If no method name is given, matches all control flows below the given class.