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