Package org.jf.baksmali.Adaptors
Class CatchMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.CatchMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final LabelMethodItemprivate final LabelMethodItemprivate final LabelMethodItemFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionCatchMethodItem(BaksmaliOptions options, MethodDefinition.LabelCache labelCache, int codeAddress, String exceptionType, int startAddress, int endAddress, int handlerAddress) -
Method Summary
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Field Details
-
exceptionType
-
tryStartLabel
-
tryEndLabel
-
handlerLabel
-
-
Constructor Details
-
CatchMethodItem
public CatchMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition.LabelCache labelCache, int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, int handlerAddress)
-
-
Method Details
-
getTryStartLabel
-
getTryEndLabel
-
getHandlerLabel
-
getSortOrder
public double getSortOrder()- Specified by:
getSortOrderin classMethodItem
-
writeTo
- Specified by:
writeToin classMethodItem- Throws:
IOException
-