|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EDU.purdue.cs.bloat.editor.ClassHierarchy.ResolvesToWith
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 | |
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 | |
ClassHierarchy.ResolvesToWith()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public MemberRef method
public java.util.HashSet rTypes
Constructor Detail |
public ClassHierarchy.ResolvesToWith()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |