public class MethodDistance extends Object
| Constructor and Description |
|---|
MethodDistance(Integer returnTypeDistance,
Integer argTypeDistance) |
MethodDistance(ParamDistance returnTypeDistance,
List<ParamDistance> argTypeDistances) |
MethodDistance(ParamDistance returnTypeDistance,
ParamDistance argTypeDistance) |
| Modifier and Type | Method and Description |
|---|---|
List<ParamDistance> |
getArgTypeDistances() |
ParamDistance |
getReturnTypeDistance() |
public MethodDistance(ParamDistance returnTypeDistance, ParamDistance argTypeDistance)
public MethodDistance(ParamDistance returnTypeDistance, List<ParamDistance> argTypeDistances)
public ParamDistance getReturnTypeDistance()
public List<ParamDistance> getArgTypeDistances()
Copyright © 2013. All Rights Reserved.