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