Package com.strobel.reflection
Class Binder
java.lang.Object
com.strobel.reflection.Binder
- Direct Known Subclasses:
DefaultBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
(package private) static MethodBase
findMostDerivedNewSlotMethod
(MethodBase[] match, int cMatches) (package private) static int
abstract MethodBase
selectMethod
(Set<BindingFlags> bindingFlags, MethodBase[] matches, Type[] parameterTypes)
-
Constructor Details
-
Binder
public Binder()
-
-
Method Details
-
compareMethodSignatureAndName
-
getHierarchyDepth
-
findMostDerivedNewSlotMethod
-
selectMethod
public abstract MethodBase selectMethod(Set<BindingFlags> bindingFlags, MethodBase[] matches, Type[] parameterTypes)
-