Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to cast/change IVariableBinding to ILocalVariable(How to cast/change IVariableBinding to ILocalVariable?)  () 1 Vote
icon10.gif  How to cast/change IVariableBinding to ILocalVariable [message #799979] Thu, 16 February 2012 14:34 Go to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
How to cast/change IVariableBinding to ILocalVariable?

[Updated on: Thu, 01 March 2012 08:44]

Report message to a moderator

Re: How to cast/change IVariableBinding to ILocalVariable [message #800063 is a reply to message #799979] Thu, 16 February 2012 16:38 Go to previous messageGo to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
I solved it by (no body could help me!):

ILocalVariable local = (ILocalVariable) binding.getJavaElement();
Re: How to cast/change IVariableBinding to ILocalVariable [message #800638 is a reply to message #800063] Fri, 17 February 2012 09:54 Go to previous messageGo to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
We need to support each other more, eventually we wrote all these in the first place.
Re: How to cast/change IVariableBinding to ILocalVariable [message #802975 is a reply to message #800638] Mon, 20 February 2012 19:03 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

On 2/17/2012 4:54 AM, Harutyun Arzumanian wrote:
> We need to support each other more, eventually we wrote all these in the
> first place.

Your expectation for how quickly you will get a response may be a little
too high.

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: How to cast/change IVariableBinding to ILocalVariable [message #804160 is a reply to message #802975] Wed, 22 February 2012 09:14 Go to previous messageGo to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
yeah maybe!
Re: How to cast/change IVariableBinding to ILocalVariable [message #810562 is a reply to message #804160] Thu, 01 March 2012 08:49 Go to previous message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
But solved anyway!
Previous Topic:How to rename local variable programmatically?
Next Topic:After JDT refactoring tomcat wouldnot start
Goto Forum:
  


Current Time: Thu Apr 25 12:25:59 GMT 2024

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

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

Back to the top