Hi,
> just one problem JNarrowedClass is not public.
> As result JNarrowedClass type = (JNarrowedClass) jFieldVar.type(); fails.
>
> Do you have any other suggestions? Or is it possible to make JNarrowedClass public?
getTypeParameters() is public in JClass. You don't need the cast. :)
And you can always use the model (CClassInfo, CPropertyInfo) to get
more information about the "really" underlying structure.
Bye.
/lexi