public class CandidateMethod<T> extends Object
| Constructor and Description |
|---|
CandidateMethod(MethodEntry<T> method,
List<CandidateMethod<T>> coercions,
MethodDistance distance) |
| Modifier and Type | Method and Description |
|---|---|
List<CandidateMethod<T>> |
getCoercions() |
MethodDistance |
getDistance() |
MethodEntry<T> |
getMethod() |
String |
toString() |
public CandidateMethod(MethodEntry<T> method, List<CandidateMethod<T>> coercions, MethodDistance distance)
public MethodEntry<T> getMethod()
public List<CandidateMethod<T>> getCoercions()
public MethodDistance getDistance()
Copyright © 2013. All Rights Reserved.