Class DebugRegionCounter.BlockDepthEntry

java.lang.Object
jadx.core.dex.visitors.regions.DebugRegionCounter.BlockDepthEntry
Enclosing class:
DebugRegionCounter

private static class DebugRegionCounter.BlockDepthEntry extends Object
  • Field Details

    • depth

      public int depth
    • block

      public BlockNode block
  • Constructor Details

    • BlockDepthEntry

      public BlockDepthEntry(int depth, BlockNode block)