public static class JavaMethodProfile.ProfiledMethod extends AbstractProfiledItem<ResolvedJavaMethod>
item, probability
Constructor and Description |
---|
ProfiledMethod(ResolvedJavaMethod method,
double probability) |
Modifier and Type | Method and Description |
---|---|
ResolvedJavaMethod |
getMethod()
Returns the type for this profile entry.
|
String |
toString() |
compareTo, equals, getItem, getProbability, hashCode
public ProfiledMethod(ResolvedJavaMethod method, double probability)
public ResolvedJavaMethod getMethod()
public String toString()
toString
in class AbstractProfiledItem<ResolvedJavaMethod>