public class GeneratedLocation extends Object implements Comparable<GeneratedLocation>
| Constructor and Description |
|---|
GeneratedLocation(int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GeneratedLocation o) |
boolean |
equals(Object obj) |
int |
getColumn() |
int |
getLine() |
int |
hashCode() |
String |
toString() |
public int getLine()
public int getColumn()
public int compareTo(GeneratedLocation o)
compareTo in interface Comparable<GeneratedLocation>Copyright © 2015. All rights reserved.