Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] set pointcut on a field, and all its fields

Thanks for answering!

I only want the ones that are contained in a localTranslation field of
type Spatial.

I also need to get a reference to the Spatial.



>> it's just that sometimes the localTranslations fields are changed, like
>> this
>> f.ex: localTranslation.x = 0.5;
>
> This could be tricky.  Do you want all sets of Vector3f.x to be
> advised or only the ones that are contained in a localTranslation
> field of type Spatial?
>
> If the former, then what Andy says should work.  If the latter, then
> you are unfortunately S.O.L.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>




Back to the top