Package EDU.purdue.cs.bloat.editor
Class ClassHierarchy.ResolvesToWith
- java.lang.Object
-
- EDU.purdue.cs.bloat.editor.ClassHierarchy.ResolvesToWith
-
- Enclosing class:
- ClassHierarchy
public class ClassHierarchy.ResolvesToWith extends java.lang.ObjectRepresents 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.
-
-
Constructor Summary
Constructors Constructor Description ResolvesToWith()
-
-
-
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
-
-