public class Location extends Object implements Comparable<Location>
int
col
length
line
String
unitName
Location(Map locMap)
compareTo(Location other)
boolean
equals(Object o)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public int length
public int col
public int line
@Nullable public String unitName
public Location(@NotNull Map locMap)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(Location other)
compareTo
Comparable<Location>
Copyright © 2018. All rights reserved.