public class Location extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
column
The column number, starting at 1.
|
int |
line
The line number, starting at 1.
|
int |
offset
The absolute character index, starting at 0.
|
| Constructor and Description |
|---|
Location(int offset,
int line,
int column) |
Copyright © 2011–2016 David R. Smith. All rights reserved.