public final class BlockAndContext<CallContextType extends ICallContext<?>> extends Object
| Constructor and Description |
|---|
BlockAndContext(BasicBlock b,
CallContextType c)
Constructs a new pair.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks whether this object and the given object are equal.
|
BasicBlock |
getBlock()
Returns the block.
|
CallContextType |
getContext()
Returns the context.
|
int |
hashCode()
Computes the hash code for this object.
|
String |
toString() |
public BlockAndContext(BasicBlock b, CallContextType c)
public boolean equals(Object obj)
public BasicBlock getBlock()
public CallContextType getContext()
public int hashCode()
Copyright © 2012 Aarhus University