Class Binder

  • Direct Known Subclasses:
    DefaultBinder

    public abstract class Binder
    extends java.lang.Object
    • Constructor Detail

      • Binder

        public Binder()
    • Method Detail

      • compareMethodSignatureAndName

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

        static int getHierarchyDepth​(Type t)
      • findMostDerivedNewSlotMethod

        static MethodBase findMostDerivedNewSlotMethod​(MethodBase[] match,
                                                       int cMatches)