1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-08-26 17:58:43 +02:00
org.aspectj/tests/new/MultiAndAround.out
2002-12-16 18:51:06 +00:00

34 linhas
786 B
Plaintext

**************************************
around call(IBase.*)
around call(IBase+.*)
IBase.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
Base.base2
around call(IBase.*)
around call(IBase+.*)
IBase.base3 from Intro
**************************************
around call(IBase.*)
around call(IBase+.*)
IDerived.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
IDerived.base2 from Intro
around call(IBase.*)
around call(IBase+.*)
Derived.base3
**************************************
around call(IBase.*)
around call(IBase+.*)
IBase.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
Base.base2
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
SubBase.base3