| Package | Description |
|---|---|
| gw.lang.reflect |
| Modifier and Type | Method and Description |
|---|---|
MethodScore |
MethodScorer.scoreMethod(IType callsiteEnclosingType,
IType rootType,
IInvocableType funcType,
List<? extends IInvocableType> listFunctionTypes,
List<IType> argTypes,
List<IType> inferringTypes,
boolean bSkipScoring,
boolean bLookInCache) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodScore> |
MethodScorer.scoreMethods(List<IInvocableType> funcTypes,
List<IType> argTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
MethodScore.compareTo(MethodScore o) |
MethodScorer.MethodScoreKey |
MethodScorer.putCachedMethodScore(MethodScore score) |
| Constructor and Description |
|---|
MethodScoreKey(List<IType> argTypes,
MethodScore score) |
Copyright © 2021. All rights reserved.