org.aspectj/tests/new/MultiAndAround.out

34 lines
786 B
Plaintext
Raw Normal View History

2002-12-16 19:51:06 +01:00
**************************************
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