Interface ISSABasicBlock

All Superinterfaces:
IBasicBlock<SSAInstruction>, INodeWithNumber, Iterable<SSAInstruction>
All Known Subinterfaces:
IExplodedBasicBlock
All Known Implementing Classes:
BasicBlockInContext, SSACFG.BasicBlock, SSACFG.ExceptionHandlerBasicBlock

public interface ISSABasicBlock extends IBasicBlock<SSAInstruction>
Common interface to all SSA BasicBlocks
  • Method Details