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 MethodScoreMethodScorer. 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 intMethodScore. compareTo(MethodScore o)MethodScorer.MethodScoreKeyMethodScorer. putCachedMethodScore(MethodScore score)Constructors in gw.lang.reflect with parameters of type MethodScore Constructor Description MethodScoreKey(List<IType> argTypes, MethodScore score)
-