AOWP


aowp.aspect.weaver.command.AOWP_ExitJoinPointWeaveCommand
/aspect/weaver/command/ExitJoinPointWeaveCommand.class.php at line 12

Class AOWP_ExitJoinPointWeaveCommand

AOWP_ExitJoinPointWeaveCommand

public class AOWP_ExitJoinPointWeaveCommand

Author:
keiji

Method Summary
private static void

_changeIntoWrapingFunctionCall(mixed targetExitElement, mixed wrappingFunctionName)

void

weaveAfterAdvice(mixed advice, mixed joinPoint)

Do not weave after call of exit().

void

weaveAroundAdvice(mixed advice, mixed joinPoint)

void

weaveBeforeAdvice(mixed advice, mixed joinPoint)

Method Detail

/aspect/weaver/command/ExitJoinPointWeaveCommand.class.php at line 107

_changeIntoWrapingFunctionCall

private static void _changeIntoWrapingFunctionCall(mixed targetExitElement, mixed wrappingFunctionName)

/aspect/weaver/command/ExitJoinPointWeaveCommand.class.php at line 65

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

Do not weave after call of exit().

See Also:
aspect/weaver/command/AOWP_IWeaveCommand#weaveAfterAdvice()

/aspect/weaver/command/ExitJoinPointWeaveCommand.class.php at line 69

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/ExitJoinPointWeaveCommand.class.php at line 19

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

See Also:
aspect/weaver/command/AOWP_IWeaveCommand#weaveBeforeAdvice()
Parameters:
advice - {@link AOWP_BeforeAdvice}
joinPoint - {@link AOWP_ExitJoinPoint}

AOWP