Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Queries regarding search api's in jdt

I am accessing the local variables within the jdt AST. You can find the AST handlers in org.eclipse.jdt.core.dom. 

I hope this helps.

 Mathew Mooty
 Computer Science
 Carnegie Mellon University


On Mon, Aug 10, 2009 at 7:51 AM, Monik Gandhi <monik_gandhi@xxxxxxxxxxx> wrote:

Hello,
     I am trying to implement the eclipse plugin which will do the search
of the specified string in the workspace that will be present at runtime.
For that I am using jdt api's that is SearchEngine, SearchPattern,etc.
classes for the same. Now I found that with the help of these api's I can do
the search of the field (member variable of class) but didn't find anything
which can do the search of the local variable of the member function of the
class and its references.

     So I wanted to ask if there is any way to do the search of local
variables with the help of jdt api's. If it is not possible with jdt then
please suggest any other alternatives.
--
View this message in context: http://www.nabble.com/Queries-regarding-search-api%27s-in-jdt-tp24898380p24898380.html
Sent from the Eclipse JDT - core mailing list archive at Nabble.com.

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


Back to the top