final class Location extends Object
Modifier and Type | Field and Description |
---|---|
private int |
characterOffset |
private int |
lineNumber |
private String |
programName |
Constructor and Description |
---|
Location(String programName,
int lineNumber,
int characterOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterOffset() |
int |
getLineNumber() |
String |
toString() |
Copyright © 2018. All rights reserved.