Package org.jf.baksmali.Adaptors
Class CommentMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.CommentMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class CommentMethodItem extends MethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description CommentMethodItem(java.lang.String comment, int codeAddress, double sortOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetSortOrder()booleanwriteTo(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
-
-
-
Method Detail
-
getSortOrder
public double getSortOrder()
- Specified by:
getSortOrderin classMethodItem
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Specified by:
writeToin classMethodItem- Throws:
java.io.IOException
-
-