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:
Comparable<MethodItem>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassDefinitionprivate final RegisterFormatterprivate final StartLocalFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionStartLocalMethodItem(ClassDefinition classDef, int codeAddress, int sortOrder, RegisterFormatter registerFormatter, StartLocal startLocal) -
Method Summary
Methods inherited from class org.jf.baksmali.Adaptors.Debug.DebugMethodItem
build, getSortOrderMethods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Field Details
-
classDef
-
startLocal
-
registerFormatter
-
-
Constructor Details
-
StartLocalMethodItem
public StartLocalMethodItem(@Nonnull ClassDefinition classDef, int codeAddress, int sortOrder, @Nonnull RegisterFormatter registerFormatter, @Nonnull StartLocal startLocal)
-
-
Method Details
-
writeTo
- Specified by:
writeToin classMethodItem- Throws:
IOException
-