Package editor.search
Class SearchLocation
java.lang.Object
editor.search.SearchLocation
Location of a substring used for search results.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The one-based column numberint
The length of the matching string.int
The one-based line numberint
The offset of the lineint
The zero-based Offset from the beginning of the string.The regexp pattern matcher if applicable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_iOffset
public int _iOffsetThe zero-based Offset from the beginning of the string. -
_iLength
public int _iLengthThe length of the matching string. -
_iLine
public int _iLineThe one-based line number -
_iColumn
public int _iColumnThe one-based column number -
_iLineOffset
public int _iLineOffsetThe offset of the line -
_matcher
The regexp pattern matcher if applicable.
-
-
Constructor Details
-
SearchLocation
public SearchLocation()
-
-
Method Details
-
getReplacementText
-