Class SwitchBreakVisitor.BaseSwitchRegionVisitor

java.lang.Object
jadx.core.dex.visitors.regions.AbstractRegionVisitor
jadx.core.dex.visitors.regions.SwitchBreakVisitor.BaseSwitchRegionVisitor
All Implemented Interfaces:
IRegionVisitor
Direct Known Subclasses:
SwitchBreakVisitor.ExtractCommonBreak, SwitchBreakVisitor.RemoveUnreachableBreak
Enclosing class:
SwitchBreakVisitor

private abstract static class SwitchBreakVisitor.BaseSwitchRegionVisitor extends AbstractRegionVisitor
  • Field Details

    • addBreakRegion

      protected final Set<IRegion> addBreakRegion
    • cleanupSet

      protected final Set<IContainer> cleanupSet
    • currentSwitch

      protected SwitchRegion currentSwitch
    • reRunRequested

      private boolean reRunRequested
  • Constructor Details

    • BaseSwitchRegionVisitor

      private BaseSwitchRegionVisitor()
  • Method Details