public interface ParseLocationListener
Modifier and Type | Method and Description |
---|---|
void |
parseLocationUpdate(long lineNo,
long columnNo)
Signals an update of a parser's progress, indicated by a line and column number.
|
void parseLocationUpdate(long lineNo, long columnNo)
lineNo
- The line number, or -1 if none is available.columnNo
- The column number, or -1 if none is available.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.