Package gw.lang.reflect
Class MethodScorer.MethodScoreKey
java.lang.Object
gw.lang.reflect.MethodScorer.MethodScoreKey
- Enclosing class:
- MethodScorer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRelativeTypeInfo.Accessibility
private IType
private String
private IType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MethodScoreKey
(List<IType> argTypes, IInvocableType funcType, IType callsiteEnclosingType, IType rootType) MethodScoreKey
(List<IType> argTypes, MethodScore score) -
Method Summary
-
Field Details
-
_methodName
-
_declaringType
-
_rootType
-
_acc
-
_argTypes
-
-
Constructor Details
-
MethodScoreKey
private MethodScoreKey(List<IType> argTypes, IInvocableType funcType, IType callsiteEnclosingType, IType rootType) -
MethodScoreKey
-
-
Method Details