Class TryCatchEdgeBlockMap

java.lang.Object
jadx.core.dex.visitors.finaly.TryCatchEdgeBlockMap
All Implemented Interfaces:
Map<TryEdge,List<BlockNode>>

public final class TryCatchEdgeBlockMap extends Object implements Map<TryEdge,List<BlockNode>>
A map containing all edges within a try catch block as the key and all blocks that the respective edge can traverse to within the "scope" of that edge (relative to the entire try / catch).