Uses of Class
gw.lang.reflect.MethodScore
-
Packages that use MethodScore Package Description gw.lang.reflect -
-
Uses of MethodScore in gw.lang.reflect
Methods in gw.lang.reflect that return MethodScore Modifier and Type Method Description MethodScore
MethodScorer. scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<IType> argTypes, List<IType> inferringTypes, boolean bSkipScoring, boolean bLookInCache)
Methods in gw.lang.reflect that return types with arguments of type MethodScore Modifier and Type Method Description List<MethodScore>
MethodScorer. scoreMethods(List<IInvocableType> funcTypes, List<IType> argTypes)
Methods in gw.lang.reflect with parameters of type MethodScore Modifier and Type Method Description int
MethodScore. compareTo(MethodScore o)
MethodScorer.MethodScoreKey
MethodScorer. putCachedMethodScore(MethodScore score)
Constructors in gw.lang.reflect with parameters of type MethodScore Constructor Description MethodScoreKey(List<IType> argTypes, MethodScore score)
-