Package org.jf.baksmali.Adaptors
Class EndTryLabelMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.LabelMethodItem
-
- org.jf.baksmali.Adaptors.EndTryLabelMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class EndTryLabelMethodItem extends LabelMethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description EndTryLabelMethodItem(BaksmaliOptions options, int codeAddress, int endTryAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLabelAddress()doublegetSortOrder()-
Methods inherited from class org.jf.baksmali.Adaptors.LabelMethodItem
compareTo, equals, getLabelPrefix, getLabelSequence, hashCode, setLabelSequence, writeTo
-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
getCodeAddress
-
-
-
-
Constructor Detail
-
EndTryLabelMethodItem
public EndTryLabelMethodItem(@Nonnull BaksmaliOptions options, int codeAddress, int endTryAddress)
-
-
Method Detail
-
getSortOrder
public double getSortOrder()
- Overrides:
getSortOrderin classLabelMethodItem
-
getLabelAddress
public int getLabelAddress()
- Overrides:
getLabelAddressin classLabelMethodItem
-
-