Skip to main content



      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 09:34 Go to next message
Eclipse UserFriend
How to cast/change IVariableBinding to ILocalVariable?

[Updated on: Thu, 01 March 2012 03:44] by Moderator

Re: How to cast/change IVariableBinding to ILocalVariable [message #800063 is a reply to message #799979] Thu, 16 February 2012 11:38 Go to previous messageGo to next message
Eclipse UserFriend
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 04:54 Go to previous messageGo to next message
Eclipse UserFriend
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 14:03 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: How to cast/change IVariableBinding to ILocalVariable [message #804160 is a reply to message #802975] Wed, 22 February 2012 04:14 Go to previous messageGo to next message
Eclipse UserFriend
yeah maybe!
Re: How to cast/change IVariableBinding to ILocalVariable [message #810562 is a reply to message #804160] Thu, 01 March 2012 03:49 Go to previous message
Eclipse UserFriend
But solved anyway!
Previous Topic:How to rename local variable programmatically?
Next Topic:After JDT refactoring tomcat wouldnot start
Goto Forum:
  


Current Time: Thu May 22 19:03:07 EDT 2025

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

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

Back to the top