Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » About implemented class name change to fullyqualified name!
About implemented class name change to fullyqualified name! [message #82032] Wed, 25 June 2003 11:56 Go to next message
Eclipse UserFriend
Originally posted by: soshila.bbc.com

Such as IMethod , i can get parameter name from it and look like "QString;"
or "QComponent;",
But how can i get the fullyqualify of them?

Thx so much!
Re: About implemented class name change to fullyqualified name! [message #82062 is a reply to message #82032] Wed, 25 June 2003 12:39 Go to previous messageGo to next message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
Use IType.resolveType(Signature.toString("QString;"))

Jerome

"soshila" <soshila@bbc.com> wrote in message
news:bdc2do$r4b$1@rogue.oti.com...
> Such as IMethod , i can get parameter name from it and look like
"QString;"
> or "QComponent;",
> But how can i get the fullyqualify of them?
>
> Thx so much!
>
>
Re: About implemented class name change to fullyqualified name! [message #82695 is a reply to message #82062] Thu, 26 June 2003 01:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: soshila.bbc.com

Sorry, i have try ITye ty resolve super class, it's work.
But in method, i use the parameter type to resolve by it's parent IType, but
it will return null, why?

Thx so much

"Jerome Lanneluc" <jerome_lanneluc@fr.ibm.com> wrote in message
news:bdc56j$u5o$1@rogue.oti.com...
> Use IType.resolveType(Signature.toString("QString;"))
>
> Jerome
>
> "soshila" <soshila@bbc.com> wrote in message
> news:bdc2do$r4b$1@rogue.oti.com...
> > Such as IMethod , i can get parameter name from it and look like
> "QString;"
> > or "QComponent;",
> > But how can i get the fullyqualify of them?
> >
> > Thx so much!
> >
> >
>
>
Re: About implemented class name change to fullyqualified name! [message #82914 is a reply to message #82695] Thu, 26 June 2003 10:59 Go to previous message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
I responded to your question in eclipse.tools.jdt where you cross-posted
(and should not).

Jerome

"soshila" <soshila@bbc.com> wrote in message
news:bddjk9$akk$1@rogue.oti.com...
> Sorry, i have try ITye ty resolve super class, it's work.
> But in method, i use the parameter type to resolve by it's parent IType,
but
> it will return null, why?
>
> Thx so much
>
> "Jerome Lanneluc" <jerome_lanneluc@fr.ibm.com> wrote in message
> news:bdc56j$u5o$1@rogue.oti.com...
> > Use IType.resolveType(Signature.toString("QString;"))
> >
> > Jerome
> >
> > "soshila" <soshila@bbc.com> wrote in message
> > news:bdc2do$r4b$1@rogue.oti.com...
> > > Such as IMethod , i can get parameter name from it and look like
> > "QString;"
> > > or "QComponent;",
> > > But how can i get the fullyqualify of them?
> > >
> > > Thx so much!
> > >
> > >
> >
> >
>
>
Previous Topic:About how to convert readable to Signature!
Next Topic:Full path to Eclipse plugins directory ?
Goto Forum:
  


Current Time: Mon Nov 18 04:16:40 GMT 2024

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

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

Back to the top