Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Class of ParameterizedType(Resolve the class used to parameterize)
Class of ParameterizedType [message #1227223] Fri, 03 January 2014 22:45
Steven Elliott is currently offline Steven ElliottFriend
Messages: 1
Registered: January 2014
Junior Member
I have a problem discovering the means of resolving the class used to parameterize a ParameterizedType.

For example I have a field - List<Integer>. When I call parameterizedType.typeArguments().get(0) I get:
Integer

I need the FQN (e.g. java.lang.Integer)

Any help really appreciated.

Previous Topic:How to call other function when user chooses one CompletionProposal
Next Topic:Programmatically Import Project to Workspace (with copy)
Goto Forum:
  


Current Time: Thu Apr 25 21:41:53 GMT 2024

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

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

Back to the top