Uses of Class
gw.lang.reflect.MethodScore
Packages that use MethodScore
-
Uses of MethodScore in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return MethodScoreModifier and TypeMethodDescriptionprivate MethodScoreGosuParser.findLeastParams(List<MethodScore> scoredMethods) Param count is the tiebreaker when vararg methods are involved.private MethodScoreGosuParser.makeDynamicMethodScore(List<? extends IInvocableType> listFunctionTypes, List<Expression> argExpressions) private MethodScoreGosuParser.parseArgumentList(IType rootType, ParsedElement element, List<? extends IInvocableType> listFunctionTypes, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScoreGosuParser.reparseArguments(MethodScore bestScore, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScoreGosuParser.reparseWithCorrectFunctionAndGtfo(MethodScore bestScore, boolean bShouldScoreMethods, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScoreGosuParser.scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<Expression> argExpressions, boolean bSimple, boolean bLookInCache) Methods in gw.internal.gosu.parser that return types with arguments of type MethodScoreModifier and TypeMethodDescriptionprivate List<MethodScore>GosuParser.factorInParseErrors(List<MethodScore> scoredMethods) Methods in gw.internal.gosu.parser with parameters of type MethodScoreModifier and TypeMethodDescriptionprivate IDynamicFunctionSymbolGosuParser.getDFSForFunctionType(String strFunction, MethodScore bestMethod) private ITypeGosuParser.maybeChangeToInferredType(IType declaringClass, TypeLiteral typeLiteral, MethodScore bestConst) private MethodScoreGosuParser.reparseArguments(MethodScore bestScore, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScoreGosuParser.reparseWithCorrectFunctionAndGtfo(MethodScore bestScore, boolean bShouldScoreMethods, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) Method parameters in gw.internal.gosu.parser with type arguments of type MethodScoreModifier and TypeMethodDescriptionprivate List<MethodScore>GosuParser.factorInParseErrors(List<MethodScore> scoredMethods) private MethodScoreGosuParser.findLeastParams(List<MethodScore> scoredMethods) Param count is the tiebreaker when vararg methods are involved. -
Uses of MethodScore in gw.lang.reflect
Methods in gw.lang.reflect that return MethodScoreModifier and TypeMethodDescriptionMethodScorer.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 MethodScoreModifier and TypeMethodDescriptionMethodScorer.scoreMethods(List<IInvocableType> funcTypes, List<IType> argTypes) Methods in gw.lang.reflect with parameters of type MethodScoreModifier and TypeMethodDescriptionintMethodScore.compareTo(MethodScore o) MethodScorer.putCachedMethodScore(MethodScore score) Constructors in gw.lang.reflect with parameters of type MethodScore