Class ZeroRegisterDecodedInstruction

java.lang.Object
com.android.dx.io.instructions.DecodedInstruction
com.android.dx.io.instructions.ZeroRegisterDecodedInstruction

public final class ZeroRegisterDecodedInstruction extends DecodedInstruction
A decoded Dalvik instruction which has no register arguments.
  • Constructor Details

    • ZeroRegisterDecodedInstruction

      public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal)
      Constructs an instance.
  • Method Details