java.lang.Object
org.gjt.sp.jedit.search.HyperSearchResult
- All Implemented Interfaces:
HyperSearchNode
A set of occurrences of the search string on a given line in a buffer.
- Author:
- Slava Pestov
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Field Summary
Modifier and TypeFieldDescriptionint
int
-
Method Summary
-
Field Details
-
path
-
buffer
-
line
public int line -
str
-
occur
-
occurCount
public int occurCount
-
-
Method Details
-
getBuffer
- Specified by:
getBuffer
in interfaceHyperSearchNode
-
getSelection
Returns an array of selection objects pointing to the occurrences of the search term on the current line. The buffer must be opened first.- Since:
- jEdit 4.2pre5
-
goTo
- Specified by:
goTo
in interfaceHyperSearchNode
-
toString
-
equals
-