Uses of Class
editor.search.SearchLocation
Packages that use SearchLocation
-
Uses of SearchLocation in editor
Method parameters in editor with type arguments of type SearchLocationModifier and TypeMethodDescriptionvoidEditorHost.highlightLocations(List<SearchLocation> locations) voidIEditorHost.highlightLocations(List<SearchLocation> locations) -
Uses of SearchLocation in editor.search
Methods in editor.search that return SearchLocationModifier and TypeMethodDescriptionSearchTree.SearchTreeNode.getLocation()static SearchLocationUsageSearcher.makeSearchLocation(IParseTree parseTree) Methods in editor.search that return types with arguments of type SearchLocationModifier and TypeMethodDescriptionstatic List<SearchLocation> static List<SearchLocation> static List<SearchLocation> RegExStringUtil.search(String strSource, String strPattern, boolean bIgnoreCase, int iOffset, boolean backwards) static List<SearchLocation> static List<SearchLocation> StringUtil.search(String strSource, String strPattern, boolean bIgnoreCase, boolean bWords, int iOffset) static List<SearchLocation> StringUtil.search(String content, String pattern, boolean bIgnoreCase, boolean bWords, int iOffset, boolean backwards) static List<SearchLocation> RegExStringUtil.searchIgnoreCase(String strSource, String strPattern) Return a list ofSearchLocations representing the occurrences of the specified pattern in the specified source string.TextSearcher.searchLocal()UsageSearcher.searchLocal()Methods in editor.search with parameters of type SearchLocationModifier and TypeMethodDescriptionstatic voidStringUtil.getLocation(String strSource, int iFrom, int iTo, SearchLocation location) Constructors in editor.search with parameters of type SearchLocation