AOWP_Pointcut
└─AOWP_StaticPointcut
└─AOWP_WithinPointcut
public class AOWP_WithinPointcut
extends AOWP_StaticPointcut
Field Summary | |
---|---|
private mixed |
Constructor Summary | |
---|---|
AOWP_WithinPointcut(mixed className, $className ) 引き数は、{@link AOWP_Pointcut::patternMatch}で評価されます。 AspectJで利用するクラス名のパターンとは異なるので注意して下さい。 |
Method Summary | |
---|---|
protected void | _isJoinPointShadow(mixed joinPoint) |
Methods inherited from aowp.aspect.pointcut.AOWP_StaticPointcut | |
---|---|
_runtimeMatch |
Methods inherited from aowp.aspect.pointcut.AOWP_Pointcut | |
---|---|
__clone, _getAspectInstance, _isJoinPointShadow, _runtimeMatch, isHavePointcut, isJoinPointShadow, isNot, opAnd, opNot, opOr, patternMatch, runtimeMatch, setAdvice |
private mixed $_className
public AOWP_WithinPointcut(mixed className, $className )
引き数は、AOWP_Pointcut::patternMatch
で評価されます。
AspectJで利用するクラス名のパターンとは異なるので注意して下さい。
protected void _isJoinPointShadow(mixed joinPoint)
現在、サポートされていません (ver. 0.8)。 次期リリース予定です。 WithinPointcut.class。 クラス内の全てのコード上のジョインポイント。