Interface org.as2lib.aop.Aspect

Description

Aspect represents an aspect in an Aspect-Oriented Programming language. An aspect's sole responsibility is to group varies advices in a logical sense. Convenient implementations of this interface also offer support to easily add advices.

See Also

Method Index

getAdvices()

Inherited from BasicInterface

Method Detail

getAdvices

public function getAdvices(Void):Array

Returns the advices that were added externally or internally to this aspect. These advices will be used for the weaving process.