Subject: Capturing initial call to main method...
From: Paul Freeman (pfreeman@ccs.neu.edu)
Date: Sat Oct 26 2002 - 12:19:48 EDT
Hi Class -
I think I may have told quite a few of you that you cannot capture the
initial call to the main method in a java program with the call join
point designation, and that instead you must use the execution join
point designation. I was completely wrong. You can capture the main
method with the following code:
call(public static void main(String[]))
Whether this is new or could always be done I don't know. I appologize
for misinforming you.
Paul
This archive was generated by hypermail 2b28 : Sat Oct 26 2002 - 12:22:29 EDT