Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] initialization and preinitialization

Hi -
 
The docs on point might be the FAQ entry
 
 
and the Programming Guide, Implementation Appendix note
 "Initializers and Inter-type constructors"?
 
 
Does that help?
Wes
 
 
------------Original Message------------
From: "Nadia Guerroumi" <n_guerro@xxxxxxxxxxxxxxxx>
To: aspectj-dev@xxxxxxxxxxx
Date: Thu, Nov-24-2005 11:58 AM
Subject: [aspectj-dev] initialization and preinitialization
HI everybody,
 
Please,  could someone explain to me:
1) Why initialization join point shadows require all the constructors within a method to be inlined??
1) What is the difference in the bytecode weaving between the execution, the initialization and preinitialization of a constructor??
 
Thank you very much,
 
Nadia.
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev

Back to the top