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
Fields in editor.search declared as SearchLocationMethods in editor.search that return SearchLocationModifier and TypeMethodDescriptionSearchTree.SearchTreeNode.getLocation()private SearchLocationUsageSearcher.makeSearchLocation(SearchElement target) static SearchLocationUsageSearcher.makeSearchLocation(IParseTree parseTree) private SearchLocationUsageSearcher.makeSearchLocation(IToken token) private SearchLocationUsageSearcher.makeZeroLengthSearchLocation(IParseTree parseTree) Methods in editor.search that return types with arguments of type SearchLocationModifier and TypeMethodDescriptionprivate List<SearchLocation>UsageSearcher.addSearchLocation(IParsedElement elem, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.addSearchLocation(IToken token, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.addZeroLengthSearchLocation(IParsedElement elem, List<SearchLocation> locations) private List<SearchLocation>TextSearcher.findLocations(SearchTree tree, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findLocations(SearchTree tree, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, LocalVarFeatureInfo findLocal, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IConstructorInfo findCi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IMethodInfo findMi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IPropertyInfo findPi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IType type, List<SearchLocation> locations) (package private) List<SearchLocation>UsageSearcher.findUsage(IGosuClass gsClass) private List<SearchLocation>UsageSearcher.getSearchLocations(IParsedElement pe, IType type, List<SearchLocation> locations, IFeatureInfo pi) static 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) private StringSearchTree.getTextLine(SearchLocation loc) private StringSearchTree.makOccuranceText(SearchLocation loc) Method parameters in editor.search with type arguments of type SearchLocationModifier and TypeMethodDescriptionprivate List<SearchLocation>UsageSearcher.addSearchLocation(IParsedElement elem, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.addSearchLocation(IToken token, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.addZeroLengthSearchLocation(IParsedElement elem, List<SearchLocation> locations) private List<SearchLocation>TextSearcher.findLocations(SearchTree tree, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findLocations(SearchTree tree, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, LocalVarFeatureInfo findLocal, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IConstructorInfo findCi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IMethodInfo findMi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IPropertyInfo findPi, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IType type, List<SearchLocation> locations) private List<SearchLocation>UsageSearcher.getSearchLocations(IParsedElement pe, IType type, List<SearchLocation> locations, IFeatureInfo pi) Constructors in editor.search with parameters of type SearchLocation