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