Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [aspectj-users] introduction of inner classes

Why would it make sense to introduce an inner class? The only difference between an inner class and a regular class is that the inner class has access to private members of a particular object, which an aspect has anyhow. So how can there be a use case that demands introduction of inner classes? Could you give an example?
 
Eric
 
--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Von: M;chi
Gesendet: Fr 22/12/2006 15:14
An: aspectj-users@xxxxxxxxxxx
Betreff: [aspectj-users] introduction of inner classes

Hi,

I have something in mind where I'd need introduction of inner classes. Are 
there any plans for such a feature sometime soon?

Ciao M;chi
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top