Uses of Class
manifold.util.MethodScore
-
Packages that use MethodScore Package Description manifold.util -
-
Uses of MethodScore in manifold.util
Methods in manifold.util that return MethodScore Modifier and Type Method Description MethodScoreMethodScorer. scoreMethod(Method funcType, List<Class> argTypes, Class returnType)Methods in manifold.util that return types with arguments of type MethodScore Modifier and Type Method Description List<MethodScore>MethodScorer. scoreMethods(List<Method> funcTypes, List<Class> argTypes, Class returnType)Methods in manifold.util with parameters of type MethodScore Modifier and Type Method Description intMethodScore. compareTo(MethodScore o)intMethodScorer. scoreMethod(MethodScore score, Method funcType, List<Class> argTypes, Class returnType)
-