Class ExcSplitCrossAttr

java.lang.Object
jadx.core.dex.attributes.nodes.ExcSplitCrossAttr
All Implemented Interfaces:
IJadxAttribute

public class ExcSplitCrossAttr extends Object implements IJadxAttribute
This attribute is set on the new synthetic node that BlockExceptionHandler creates at the bottom of certain try regions. It stores a reference to the original path cross of the bottom of the try region, so that blocks can be restructured to not pass through it when that would create an erroneous loop.