Class ExceptionRewriters.SingleExceptionAddressing
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ExceptionRewriters.SingleExceptionAddressing
- Enclosing class:
- ExceptionRewriters
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) LinearScannedBlock
(package private) BlockIdentifier
(package private) LinearScannedBlock
(package private) BlockIdentifier
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SingleExceptionAddressing
(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock) -
Method Summary
-
Field Details
-
tryBlockIdent
BlockIdentifier tryBlockIdent -
catchBlockIdent
BlockIdentifier catchBlockIdent -
tryBlock
LinearScannedBlock tryBlock -
catchBlock
LinearScannedBlock catchBlock
-
-
Constructor Details
-
SingleExceptionAddressing
private SingleExceptionAddressing(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock)
-