AbstractCompositePointcut provides implementations of methods commonly
needed by CompositePointcut implementation classes.
public function addPointcut(pointcut:Pointcut):VoidAdds a new pointcut to the list of pointcuts.
The pointcut is not added if it is null or undefined.
pointcut | the pointcut to add |