Class TryEdgeScopeGroupMap

java.lang.Object
jadx.core.dex.trycatch.TryEdgeScopeGroupMap
All Implemented Interfaces:
Map<TryEdge,Map<TryEdge,BlockNode>>

public final class TryEdgeScopeGroupMap extends Object implements Map<TryEdge,Map<TryEdge,BlockNode>>
A map which stores the information of how try edges correlate with each other. K is a try edge and V contains all other try edges whose who share the same logical scope.