public class SourceLocation extends Object
| Constructor and Description |
|---|
SourceLocation() |
SourceLocation(int line,
int column,
String sourceName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColumn() |
int |
getLine() |
String |
getSourceName() |
int |
hashCode() |
String |
toString() |
Copyright © 2018–2020. All rights reserved.