Hello.
From a privileged AspectJ class I want to access the private fields of an 
object; lets call this object x.
To do this I would do x.fieldname.
Now I have fieldname stored in a String, lets call it y.
So how can I do the equivalent of x.y ?
Also I tried to go x.getClass().getField(y). This works fine for public fields, 
I need to do it for private fields.

Thank you for your kind concner.
Jenia Ivlev



      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to