Class ReceiverInstanceContext
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.ReceiverInstanceContext
-
- All Implemented Interfaces:
Context
public class ReceiverInstanceContext extends Object implements Context
This is a context which is customized for theInstanceKeyof the receiver.
-
-
Constructor Summary
Constructors Constructor Description ReceiverInstanceContext(InstanceKey I)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ContextItemget(ContextKey name)InstanceKeygetReceiver()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ReceiverInstanceContext
public ReceiverInstanceContext(InstanceKey I)
- Parameters:
I- the instance key that represents the receiver
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
-
getReceiver
public InstanceKey getReceiver()
-
-