public final class Location extends Object implements Comparable<Location>, Serializable
Constructor and Description |
---|
Location(ClassName clazz,
MethodName method,
String methodDesc) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Location o) |
String |
describe() |
boolean |
equals(Object obj) |
ClassName |
getClassName() |
String |
getMethodDesc() |
MethodName |
getMethodName() |
int |
hashCode() |
static Location |
location(ClassName clazz,
MethodName method,
String methodDesc) |
String |
toString() |
public Location(ClassName clazz, MethodName method, String methodDesc)
public static Location location(ClassName clazz, MethodName method, String methodDesc)
public ClassName getClassName()
public MethodName getMethodName()
public String getMethodDesc()
public String describe()
public int compareTo(Location o)
compareTo
in interface Comparable<Location>
Copyright © 2021 org.pitest. All rights reserved.