Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Matching all the method that calls a specific joinpoint
Matching all the method that calls a specific joinpoint [message #592312] Sat, 18 February 2006 22:37
Eclipse UserFriend
Originally posted by: ytgyazilim.gmail.com

Hello,

Once again I am trying to find a solution for a problem that I am having...

As the subject suggests... Is it possible?

Let me a little elaborate:

I have specific joinpoint say Foo.bar();

In the entire VM, I would like to match the methods that has call to
Foo.bar();

Ex:

class OtherFoo {
void bar(){
dosomething();

Foo foo = new Foo();
foo.bar();

doTheOtherThing();
}
}


Now I would like to match the entire OtherFoo.bar() and wrap it up with
an around advise...

Ceylan
Previous Topic:Matching all the method that calls a specific joinpoint
Next Topic:Eclipse 3.2M5
Goto Forum:
  


Current Time: Sat Apr 20 02:59:02 GMT 2024

Powered by FUDForum. Page generated in 0.02965 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top