Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Retrieving fully qualified names of method and field signatures.
Retrieving fully qualified names of method and field signatures. [message #595907] Mon, 20 April 2009 11:13
Tamas-Selicean Domitian is currently offline Tamas-Selicean DomitianFriend
Messages: 10
Registered: July 2009
Junior Member
Hello all :)

I'm parsing a Java Project using the Java Model. I get to method and field
declarations and I have encountered a problem. Using the following methods:

IMethod#getSignature
IMethod#getExceptionTypes
IField#getTypeSignature

I get the simple type names for source types and resolved for binary
types. Now I want to have the fully qualified names for all the types,
regardless if they are source types or binary types.

I would like to know if it's possible in any way, based on the Java Model,
to get the fully qualified names of the types in the signature. If no,
what alternatives do I have other than parsing the AST ?

Thanks and best regards,
Domi
Previous Topic:Rebuild complete workspace on change in MANIFEST
Next Topic:Missing Logfile or errormessage at headless build
Goto Forum:
  


Current Time: Fri Apr 26 02:26:00 GMT 2024

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

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

Back to the top