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, iteratePisgetFirstInstructionIndex, getLastInstructionIndex, getMethod, getNumberSSAInstruction getInstruction()
SSAGetCaughtExceptionInstruction getCatchInstruction()
SSAGetCaughtExceptionInstructionIllegalArgumentException - if this does not represent an exception handler blockCopyright © 2015. All rights reserved.