Class OpInsn

java.lang.Object
com.googlecode.d2j.dex.writer.insn.Insn
com.googlecode.d2j.dex.writer.insn.OpInsn
Direct Known Subclasses:
CodeWriter.IndexedInsn, CodeWriter.OP35c, CodeWriter.OP3rc, CodeWriter.OP45cc, CodeWriter.OP4rcc, JumpOp

public abstract class OpInsn extends Insn
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.googlecode.d2j.reader.Op
     

    Fields inherited from class com.googlecode.d2j.dex.writer.insn.Insn

    DEBUG, offset
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpInsn(com.googlecode.d2j.reader.Op op)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    size in codeUnit
    final boolean
     

    Methods inherited from class com.googlecode.d2j.dex.writer.insn.Insn

    write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • op

      public com.googlecode.d2j.reader.Op op
  • Constructor Details

    • OpInsn

      public OpInsn(com.googlecode.d2j.reader.Op op)
  • Method Details

    • isLabel

      public final boolean isLabel()
    • getCodeUnitSize

      public int getCodeUnitSize()
      Description copied from class: Insn
      size in codeUnit
      Specified by:
      getCodeUnitSize in class Insn