Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Precise Meaning of Object Identifier in Laddas' book ?

What Laddad calls an object identifier is just the "variable name" a context object is bound to in a pointcut via args(), this() or target().
-- 
Alexander Kriegisch
http://scrum-master.de


Am 31.08.2013 um 14:43 schrieb Jozsef Hegedus <jhegedus42@xxxxxxxxx>:

> Dear List members,
> 
> Laddas' is using the term ObjectIdentifier (see attached snapshot) in his book but I could not find a precise definition what he really means by this concept.
> 
> Does he mean a string value? Hashcode? A reference to certain memory location?
> 
> Cheers,
> 
> Jozsef
> 
> <image.png>
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top