open fun setPatterns(vararg patterns: String): Unit
Set the regular expressions defining methods to match. To be passed through to the pointcut implementation.
Matching will be the union of all these; if any of the patterns matches, the pointcut matches.