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 TypeMethodDescriptionvoid
EditorHost.highlightLocations
(List<SearchLocation> locations) void
IEditorHost.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 SearchLocation
UsageSearcher.makeSearchLocation
(SearchElement target) static SearchLocation
UsageSearcher.makeSearchLocation
(IParseTree parseTree) private SearchLocation
UsageSearcher.makeSearchLocation
(IToken token) private SearchLocation
UsageSearcher.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 ofSearchLocation
s 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 void
StringUtil.getLocation
(String strSource, int iFrom, int iTo, SearchLocation location) private String
SearchTree.getTextLine
(SearchLocation loc) private String
SearchTree.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