PointcutRule is used to determine whether a specific pattern matches a specific pointcut type.
PointcutRule
public function execute(pattern:String):Boolean
Executes the rule and returns the result.
pattern
true if the pattern fulfils this rule else false
true
false