Class Binder

java.lang.Object
com.strobel.reflection.Binder
Direct Known Subclasses:
DefaultBinder

public abstract class Binder extends Object
  • Constructor Details

    • Binder

      public Binder()
  • Method Details

    • compareMethodSignatureAndName

      static boolean compareMethodSignatureAndName(MethodBase m1, MethodBase m2)
    • getHierarchyDepth

      static int getHierarchyDepth(Type t)
    • findMostDerivedNewSlotMethod

      static MethodBase findMostDerivedNewSlotMethod(MethodBase[] match, int cMatches)
    • selectMethod

      public abstract MethodBase selectMethod(Set<BindingFlags> bindingFlags, MethodBase[] matches, Type[] parameterTypes)