Class SwitchBreakVisitor.ExtractCommonBreak

All Implemented Interfaces:
IRegionVisitor
Enclosing class:
SwitchBreakVisitor

private static final class SwitchBreakVisitor.ExtractCommonBreak extends SwitchBreakVisitor.BaseSwitchRegionVisitor
Add common 'break' if 'break' or exit insn ('return', 'throw', 'continue') found in all branches. Remove exist common break if all branches contain exit insn.