Class ClassHierarchy.ResolvesToWith
java.lang.Object
EDU.purdue.cs.bloat.editor.ClassHierarchy.ResolvesToWith
- Enclosing class:
ClassHierarchy
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
The method to which a call resolves -
rTypes
The types with which the call resolves to the above method
-
-
Constructor Details
-
ResolvesToWith
public ResolvesToWith()
-