Package editor.search

Class SearchLocation


  • public final class SearchLocation
    extends Object
    Location of a substring used for search results.
    • Field Detail

      • _iOffset

        public int _iOffset
        The zero-based Offset from the beginning of the string.
      • _iLength

        public int _iLength
        The length of the matching string.
      • _iLine

        public int _iLine
        The one-based line number
      • _iColumn

        public int _iColumn
        The one-based column number
      • _iLineOffset

        public int _iLineOffset
        The offset of the line
      • _matcher

        public Matcher _matcher
        The regexp pattern matcher if applicable.
    • Constructor Detail

      • SearchLocation

        public SearchLocation()
    • Method Detail

      • getReplacementText

        public String getReplacementText​(String dialogReplaceText)