Package jadx.api.plugins.input.data.impl
Class CatchData
java.lang.Object
jadx.api.plugins.input.data.impl.CatchData
- All Implemented Interfaces:
ICatch
-
Field Details
-
handlers
private final int[] handlers -
types
-
allHandler
private final int allHandler
-
-
Constructor Details
-
CatchData
-
-
Method Details
-
getHandlers
public int[] getHandlers()- Specified by:
getHandlersin interfaceICatch
-
getTypes
-
getCatchAllHandler
public int getCatchAllHandler()- Specified by:
getCatchAllHandlerin interfaceICatch
-
toString
-