public interface IExplodedBasicBlock extends ISSABasicBlock
Modifier and Type | Method and Description |
---|---|
SSAGetCaughtExceptionInstruction |
getCatchInstruction()
if this represents an exception handler block, return the corresponding
SSAGetCaughtExceptionInstruction |
SSAInstruction |
getInstruction()
get the instruction for this block, or null if the block has no instruction
|
getCaughtExceptionTypes, getLastInstruction, isCatchBlock, isEntryBlock, isExitBlock, iteratePhis, iteratePis
getFirstInstructionIndex, getLastInstructionIndex, getMethod, getNumber
getGraphNodeId, setGraphNodeId
forEach, iterator, spliterator
SSAInstruction getInstruction()
SSAGetCaughtExceptionInstruction getCatchInstruction()
SSAGetCaughtExceptionInstruction
IllegalArgumentException
- if this does not represent an exception handler block