Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters |
Modifier and Type | Field and Description |
---|---|
(package private) LinearScannedBlock |
ExceptionRewriters.SingleExceptionAddressing.catchBlock |
(package private) LinearScannedBlock |
ExceptionRewriters.SingleExceptionAddressing.tryBlock |
Modifier and Type | Method and Description |
---|---|
private static LinearScannedBlock |
ExceptionRewriters.getLinearScannedBlock(java.util.List<Op03SimpleStatement> statements,
int idx,
Op03SimpleStatement stm,
BlockIdentifier blockIdentifier,
boolean prefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
LinearScannedBlock.immediatelyFollows(LinearScannedBlock other) |
boolean |
LinearScannedBlock.isAfter(LinearScannedBlock other) |
Constructor and Description |
---|
SingleExceptionAddressing(BlockIdentifier tryBlockIdent,
BlockIdentifier catchBlockIdent,
LinearScannedBlock tryBlock,
LinearScannedBlock catchBlock) |