Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Clean way of getting fully qualified types of imethod parameters?
Clean way of getting fully qualified types of imethod parameters? [message #1796716] Thu, 18 October 2018 01:42 Go to next message
Eclipse UserFriend
I am trying to get the fully qualified types from an imethod without poking the imports.

Is there a way to resolve "Qzzzz;" into "xxx.yyy.zzz" for Icompilationunit cu?

Do I need to use the IClassFile?https://inro.in/showbox/ https://inro.in/mobdro/ https://inro.in/tutuapp/


Thanks a lot in advance!!!

[Updated on: Thu, 18 October 2018 13:58] by Moderator

Re: Clean way of getting fully qualified types of imethod parameters? [message #1797089 is a reply to message #1796716] Thu, 25 October 2018 01:39 Go to previous message
Eclipse UserFriend
One of the options is to use IType#resolveType(), which will return you the qualified type name. (I am assuming you are talking about a type that is in the signature of the method in question)
Previous Topic:Blank line between specific import groups
Next Topic:How to add column dynamically in birt report table using scripted dataset
Goto Forum:
  


Current Time: Wed Jul 16 01:40:54 EDT 2025

Powered by FUDForum. Page generated in 1.07276 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top