Package org.jf.baksmali.Adaptors
Class LabelMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.LabelMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
- Direct Known Subclasses:
EndTryLabelMethodItem
public class LabelMethodItem extends MethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description LabelMethodItem(BaksmaliOptions options, int codeAddress, java.lang.String labelPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MethodItem methodItem)booleanequals(java.lang.Object o)intgetLabelAddress()java.lang.StringgetLabelPrefix()intgetLabelSequence()doublegetSortOrder()inthashCode()voidsetLabelSequence(int labelSequence)booleanwriteTo(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
getCodeAddress
-
-
-
-
Constructor Detail
-
LabelMethodItem
public LabelMethodItem(@Nonnull BaksmaliOptions options, int codeAddress, @Nonnull java.lang.String labelPrefix)
-
-
Method Detail
-
getSortOrder
public double getSortOrder()
- Specified by:
getSortOrderin classMethodItem
-
compareTo
public int compareTo(MethodItem methodItem)
- Specified by:
compareToin interfacejava.lang.Comparable<MethodItem>- Overrides:
compareToin classMethodItem
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Specified by:
writeToin classMethodItem- Throws:
java.io.IOException
-
getLabelPrefix
public java.lang.String getLabelPrefix()
-
getLabelAddress
public int getLabelAddress()
-
getLabelSequence
public int getLabelSequence()
-
setLabelSequence
public void setLabelSequence(int labelSequence)
-
-