org.as2lib.core.BasicClass +--org.as2lib.aop.pointcut.AbstractCompositePointcut
AbstractCompositePointcut
provides implementations of methods commonly
needed by CompositePointcut implementation classes.
public function addPointcut(pointcut:Pointcut):Void
Adds a new pointcut to the list of pointcuts.
The pointcut
is not added if it is null
or undefined
.
pointcut | the pointcut to add |