Package jadx.core.dex.attributes.nodes
Class ExcSplitCrossAttr
java.lang.Object
jadx.core.dex.attributes.nodes.ExcSplitCrossAttr
- All Implemented Interfaces:
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded, toAttrString
-
Field Details
-
originalPathCross
-
-
Constructor Details
-
ExcSplitCrossAttr
-
-
Method Details
-
getOriginalPathCross
-
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toString
-