@PublicApi public class SourceLocation extends Object implements Serializable
Constructor and Description |
---|
SourceLocation(int line,
int column) |
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 © 2019. All rights reserved.