Structural Search question...
I am trying to find all the classes that have a member of type java.util.prefs.Preferences
I don't know how to specify the accessor (private/public/protected/no-accessor)
I tried something like
private $symbol$ and symbol is defined as of type java.util.Preferences with the hierarchy turned on but I am not getting any hits.
I am also trying to find out if there is a way to invoke this search in a programmatic manner.
Please sign in to leave a comment.
Hi,
Pick up 'field of the class', specify type of the field, escaping the .
No access modifier just ignores any specifier.
Vinay Moharil wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
AWESOME!!!! Just fixed a bug with pleasure....