| Re: [aspectj-users] How may I match join points in these patterns? |
Please respond to aspectj-users@xxxxxxxxxxx
Sent by: aspectj-users-bounces@xxxxxxxxxxx
To:
aspectj-users@xxxxxxxxxxx
cc:
Subject:
[aspectj-users]
How may I match join points in these patterns?
Dear All,
How may I match join points in the following two patterns?
1. when an object is created and immediately returned
to the caller:
public ClassA m1()
{
return ( new ClassA()
);
}
2. when an object is created and immediately passed to
another context through a method call:
objectA.m( new B(), arg1, arg2, ... );
Thanks very much!
Sunny
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users