Package org.jf.baksmali.Adaptors
Class LabelMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.LabelMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
- Direct Known Subclasses:
EndTryLabelMethodItem
-
Field Summary
FieldsFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionLabelMethodItem(BaksmaliOptions options, int codeAddress, String labelPrefix) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(MethodItem methodItem) booleanintintdoubleinthashCode()voidsetLabelSequence(int labelSequence) booleanwriteTo(BaksmaliWriter writer) Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
getCodeAddress
-
Field Details
-
options
-
labelPrefix
-
labelSequence
private int labelSequence
-
-
Constructor Details
-
LabelMethodItem
public LabelMethodItem(@Nonnull BaksmaliOptions options, int codeAddress, @Nonnull String labelPrefix)
-
-
Method Details
-
getSortOrder
public double getSortOrder()- Specified by:
getSortOrderin classMethodItem
-
compareTo
- Specified by:
compareToin interfaceComparable<MethodItem>- Overrides:
compareToin classMethodItem
-
hashCode
public int hashCode() -
equals
-
writeTo
- Specified by:
writeToin classMethodItem- Throws:
IOException
-
getLabelPrefix
-
getLabelAddress
public int getLabelAddress() -
getLabelSequence
public int getLabelSequence() -
setLabelSequence
public void setLabelSequence(int labelSequence)
-