Package jadx.api.plugins.input.data
Interface ICatch
- All Known Implementing Classes:
CatchData
public interface ICatch
-
Method Details
-
getTypes
String[] getTypes() -
getHandlers
int[] getHandlers() -
getCatchAllHandler
int getCatchAllHandler()
-