Uses of Class
editor.search.SearchLocation
-
Packages that use SearchLocation Package Description editor editor.search -
-
Uses of SearchLocation in editor
Method parameters in editor with type arguments of type SearchLocation Modifier and Type Method Description void
EditorHost. highlightLocations(List<SearchLocation> locations)
void
IEditorHost. highlightLocations(List<SearchLocation> locations)
-
Uses of SearchLocation in editor.search
Methods in editor.search that return SearchLocation Modifier and Type Method Description SearchLocation
SearchTree.SearchTreeNode. getLocation()
static SearchLocation
UsageSearcher. makeSearchLocation(IParseTree parseTree)
Methods in editor.search that return types with arguments of type SearchLocation Modifier and Type Method Description static List<SearchLocation>
RegExStringUtil. search(String strSource, String strPattern, boolean bIgnoreCase)
static List<SearchLocation>
RegExStringUtil. search(String strSource, String strPattern, boolean bIgnoreCase, int iOffset)
static List<SearchLocation>
RegExStringUtil. search(String strSource, String strPattern, boolean bIgnoreCase, int iOffset, boolean backwards)
static List<SearchLocation>
StringUtil. search(String strSource, String strPattern, boolean bIgnoreCase, boolean bWords)
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.List<SearchLocation>
TextSearcher. searchLocal()
List<SearchLocation>
UsageSearcher. searchLocal()
Methods in editor.search with parameters of type SearchLocation Modifier and Type Method Description static void
StringUtil. getLocation(String strSource, int iFrom, int iTo, SearchLocation location)
Constructors in editor.search with parameters of type SearchLocation Constructor Description SearchTreeNode(FileTree file, SearchLocation loc)
-