public final class Region extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
beginColumn
The beginning column number.
|
int |
beginLine
The beginning line number.
|
int |
endColumn
The ending column number.
|
int |
endLine
The ending line number.
|
URI |
sourceFile
The source file identifier.
|
public final URI sourceFile
public final int beginLine
public final int beginColumn
public final int endLine
public final int endColumn
public Region(URI sourceFile, int beginLine, int beginColumn, int endLine, int endColumn)
sourceFile
- the source file location or null
beginLine
- the line number of the first character in the filebeginColumn
- the column number of the first character in the fileendLine
- the line number of the last character in the fileendColumn
- the column number of the last character in the fileCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.