Class ImmutablePrologueEnd

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

public class ImmutablePrologueEnd extends ImmutableDebugItem implements PrologueEnd
  • Constructor Details

    • ImmutablePrologueEnd

      public ImmutablePrologueEnd(int codeAddress)
  • Method Details

    • of

      @Nonnull public static ImmutablePrologueEnd of(@Nonnull PrologueEnd prologueEnd)
    • 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.