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