Class MethodMap.Match

  • Enclosing class:
    MethodMap

    private class MethodMap.Match
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int applicability  
      (package private) java.lang.reflect.Method method  
      (package private) java.lang.reflect.Type[] methodTypes  
      (package private) int specificity  
      (package private) boolean varargs  
    • Constructor Summary

      Constructors 
      Constructor Description
      Match​(java.lang.reflect.Method method, int applicability, java.lang.Class<?>[] unboxedArgs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        java.lang.reflect.Method method
      • methodTypes

        java.lang.reflect.Type[] methodTypes
      • specificity

        int specificity
      • applicability

        int applicability
      • varargs

        boolean varargs
    • Constructor Detail

      • Match

        Match​(java.lang.reflect.Method method,
              int applicability,
              java.lang.Class<?>[] unboxedArgs)