org.eclipse.xtend.backend.aop.internal
Interface AdviceScopeCounter


public interface AdviceScopeCounter

This abstraction serves to keep track of whether execution currently is within advice or not.

Author:
Arno Haase (http://www.haase-consulting.com)

Method Summary
 void enterAdvice()
           
 boolean isWithinAdvice()
           
 void leaveAdvice()
           
 

Method Detail

enterAdvice

void enterAdvice()

leaveAdvice

void leaveAdvice()

isWithinAdvice

boolean isWithinAdvice()