Interface org.as2lib.aop.Aspect

org.as2lib.core.BasicInterface
   +--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.

Method Index

getAdvices()

Inherited from BasicInterface

toString()

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.