Class ExceptionRewriters.SingleExceptionAddressing
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ExceptionRewriters.SingleExceptionAddressing
-
- Enclosing class:
- ExceptionRewriters
private static class ExceptionRewriters.SingleExceptionAddressing extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) LinearScannedBlock
catchBlock
(package private) BlockIdentifier
catchBlockIdent
(package private) LinearScannedBlock
tryBlock
(package private) BlockIdentifier
tryBlockIdent
-
Constructor Summary
Constructors Modifier Constructor Description private
SingleExceptionAddressing(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock)
-
-
-
Field Detail
-
tryBlockIdent
BlockIdentifier tryBlockIdent
-
catchBlockIdent
BlockIdentifier catchBlockIdent
-
tryBlock
LinearScannedBlock tryBlock
-
catchBlock
LinearScannedBlock catchBlock
-
-
Constructor Detail
-
SingleExceptionAddressing
private SingleExceptionAddressing(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock)
-
-