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 MethodScore
GosuParser.findLeastParams
(List<MethodScore> scoredMethods) Param count is the tiebreaker when vararg methods are involved.private MethodScore
GosuParser.makeDynamicMethodScore
(List<? extends IInvocableType> listFunctionTypes, List<Expression> argExpressions) private MethodScore
GosuParser.parseArgumentList
(IType rootType, ParsedElement element, List<? extends IInvocableType> listFunctionTypes, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScore
GosuParser.reparseArguments
(MethodScore bestScore, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScore
GosuParser.reparseWithCorrectFunctionAndGtfo
(MethodScore bestScore, boolean bShouldScoreMethods, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScore
GosuParser.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 IDynamicFunctionSymbol
GosuParser.getDFSForFunctionType
(String strFunction, MethodScore bestMethod) private IType
GosuParser.maybeChangeToInferredType
(IType declaringClass, TypeLiteral typeLiteral, MethodScore bestConst) private MethodScore
GosuParser.reparseArguments
(MethodScore bestScore, List<Expression> argExpressions, ParsedElement element, int mark, int iLocationsCount, IType rootType, IType[] typeParams, boolean bVerifyArgs, boolean bNoArgsProvided) private MethodScore
GosuParser.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 MethodScore
GosuParser.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 TypeMethodDescriptionint
MethodScore.compareTo
(MethodScore o) MethodScorer.putCachedMethodScore
(MethodScore score) Constructors in gw.lang.reflect with parameters of type MethodScore