Class ClassHierarchy.ResolvesToWith

  • Enclosing class:
    ClassHierarchy

    public class ClassHierarchy.ResolvesToWith
    extends java.lang.Object
    Represents a method and a set of Types. When the method is invoked on a receiver of any of these types, the method will resolve to that method.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      MemberRef method
      The method to which a call resolves
      java.util.HashSet rTypes
      The types with which the call resolves to the above method
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvesToWith()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        public MemberRef method
        The method to which a call resolves
      • rTypes

        public java.util.HashSet rTypes
        The types with which the call resolves to the above method
    • Constructor Detail

      • ResolvesToWith

        public ResolvesToWith()