Class MethodScorer
java.lang.Object
manifold.util.MethodScorer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionint_addToScoreForTypes(Class<?> paramType, Class argType) intaddDegreesOfSeparation(Class<?> parameterType, Set<? extends Class> types) intaddDegreesOfSeparation(Class parameterType, Class exprType) intaddToScoreForTypes(Class paramType, Class argType) static MethodScorerinstance()scoreMethod(Method funcType, List<Class> argTypes, Class returnType) intscoreMethod(MethodScore score, Method funcType, List<Class> argTypes, Class returnType)
-
Field Details
-
BOXED_COERCION_SCORE
public static final int BOXED_COERCION_SCORE- See Also:
-
PRIMITIVE_COERCION_SCORE
public static final int PRIMITIVE_COERCION_SCORE- See Also:
-
-
Method Details
-
instance
-
scoreMethods
-
scoreMethod
-
scoreMethod
-
addToScoreForTypes
-
_addToScoreForTypes
-
addDegreesOfSeparation
-
addDegreesOfSeparation
-