Package gw.lang.reflect
Class MethodScorer.MethodScoreKey
- java.lang.Object
-
- gw.lang.reflect.MethodScorer.MethodScoreKey
-
- Enclosing class:
- MethodScorer
public static class MethodScorer.MethodScoreKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRelativeTypeInfo.Accessibility_accprivate java.util.List<IType>_argTypesprivate IType_declaringTypeprivate java.lang.String_methodNameprivate IType_rootType
-
Constructor Summary
Constructors Modifier Constructor Description privateMethodScoreKey(java.util.List<IType> argTypes, IInvocableType funcType, IType callsiteEnclosingType, IType rootType)MethodScoreKey(java.util.List<IType> argTypes, MethodScore score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
_methodName
private java.lang.String _methodName
-
_declaringType
private IType _declaringType
-
_rootType
private IType _rootType
-
_acc
private IRelativeTypeInfo.Accessibility _acc
-
_argTypes
private java.util.List<IType> _argTypes
-
-
Constructor Detail
-
MethodScoreKey
private MethodScoreKey(java.util.List<IType> argTypes, IInvocableType funcType, IType callsiteEnclosingType, IType rootType)
-
MethodScoreKey
public MethodScoreKey(java.util.List<IType> argTypes, MethodScore score)
-
-