public final class SearchLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
_iColumn
The one-based column number
|
int |
_iLength
The length of the matching string.
|
int |
_iLine
The one-based line number
|
int |
_iLineOffset
The offset of the line
|
int |
_iOffset
The zero-based Offset from the beginning of the string.
|
Matcher |
_matcher
The regexp pattern matcher if applicable.
|
| Constructor and Description |
|---|
SearchLocation() |
public int _iOffset
public int _iLength
public int _iLine
public int _iColumn
public int _iLineOffset
public Matcher _matcher
Copyright © 2019. All rights reserved.