public interface ICallContext<CallContextType extends ICallContext<?>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks whether this context is equal to the given object.
|
int |
hashCode()
Computes a hash code for this context.
|
BlockAndContext<CallContextType> |
toEntry(BasicBlock b)
Returns the entry of the nearest enclosing basic block and context.
|
String |
toString()
Returns a description of this call context.
|
boolean equals(Object obj)
BlockAndContext<CallContextType> toEntry(BasicBlock b)
Copyright © 2012 Aarhus University