Class BasicBlockInContext<T extends ISSABasicBlock>

java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.ipa.cfg.BasicBlockInContext<T>
All Implemented Interfaces:
IBasicBlock<SSAInstruction>, ISSABasicBlock, INodeWithNumber, Iterable<SSAInstruction>

public final class BasicBlockInContext<T extends ISSABasicBlock> extends NodeWithNumber implements ISSABasicBlock
A helper class to make the ipcfg work correctly with context-sensitive call graphs.