Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] question about SearchEngine API

> Adam, just out of curiosity, what would you use this API for? Do you plan
> to add a new search item, or is it for refactoring?

i think i said it in the original post - i need it for pull up methods
refactoring. i want to figure out which types i have
to import after i move a method to a superclass.
so i want to know which types are referenced inside this method.
i could use the ast visitor here but wouldn't that be too heavy-weight?
a.



Back to the top