public interface LineNumberConverter
Modifier and Type | Method and Description |
---|---|
default int |
getLineNumber(int lineNumber)
Return the effective line number of a line detected in the script runtime.
|
int |
getLineNumber(int lineNumber,
boolean isException)
Return the effective line number of a line detected in the script runtime.
|
default int getLineNumber(int lineNumber)
lineNumber
- the line numberint getLineNumber(int lineNumber, boolean isException)
lineNumber
- the line numberisException
- true for getting the line number for an exceptionCopyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence