CompositePointcut is a composition of multiple pointcuts. In common
implementations it combines the captures methods of multiple pointcuts in a
specific logic, like AND or OR logic.
public function addPointcut(pointcut:Pointcut):VoidAdds a new pointcut to the list of pointcuts.
pointcut | the pointcut to add |