Class BuilderOffsetInstruction

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.BuilderOffsetInstruction
All Implemented Interfaces:
Instruction, OffsetInstruction
Direct Known Subclasses:
BuilderInstruction10t, BuilderInstruction20t, BuilderInstruction21t, BuilderInstruction22t, BuilderInstruction30t, BuilderInstruction31t

public abstract class BuilderOffsetInstruction extends BuilderInstruction implements OffsetInstruction
  • Field Details

    • target

      @Nonnull protected final Label target
  • Constructor Details

    • BuilderOffsetInstruction

      public BuilderOffsetInstruction(@Nonnull Opcode opcode, @Nonnull Label target)
  • Method Details

    • getCodeOffset

      public int getCodeOffset()
      Specified by:
      getCodeOffset in interface OffsetInstruction
    • internalGetCodeOffset

      int internalGetCodeOffset()
    • getTarget

      @Nonnull public Label getTarget()