Class ResolvedOverload


  • class ResolvedOverload
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) java.lang.Class<?>[] types  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedOverload​(java.lang.Object[] args, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      (package private) boolean matches​(java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • types

        final java.lang.Class<?>[] types
      • index

        final int index
    • Constructor Detail

      • ResolvedOverload

        ResolvedOverload​(java.lang.Object[] args,
                         int index)
    • Method Detail

      • matches

        boolean matches​(java.lang.Object[] args)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object