Class ImmutableEpilogueBegin

java.lang.Object
org.jf.dexlib2.immutable.debug.ImmutableDebugItem
org.jf.dexlib2.immutable.debug.ImmutableEpilogueBegin
All Implemented Interfaces:
DebugItem, EpilogueBegin

public class ImmutableEpilogueBegin extends ImmutableDebugItem implements EpilogueBegin
  • Constructor Details

    • ImmutableEpilogueBegin

      public ImmutableEpilogueBegin(int codeAddress)
  • Method Details

    • of

      @Nonnull public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin)
    • getDebugItemType

      public int getDebugItemType()
      Description copied from interface: DebugItem
      The type of this debug item. The returned integer will be one of the DebugItemType.* constants.
      Specified by:
      getDebugItemType in interface DebugItem
      Returns:
      The type of this debug item.