Class StartLocalMethodItem

    • 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:
        writeTo in class MethodItem
        Throws:
        java.io.IOException