Package org.jf.baksmali.Adaptors.Debug
Class EndLocalMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.Debug.DebugMethodItem
-
- org.jf.baksmali.Adaptors.Debug.EndLocalMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class EndLocalMethodItem extends DebugMethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description EndLocalMethodItem(int codeAddress, int sortOrder, RegisterFormatter registerFormatter, org.jf.dexlib2.iface.debug.EndLocal endLocal)
-
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
-
-
-
-
Constructor Detail
-
EndLocalMethodItem
public EndLocalMethodItem(int codeAddress, int sortOrder, @Nonnull RegisterFormatter registerFormatter, @Nonnull org.jf.dexlib2.iface.debug.EndLocal endLocal)
-
-
Method Detail
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Specified by:
writeToin classMethodItem- Throws:
java.io.IOException
-
-