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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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:Insnsize in codeUnit- Specified by:
getCodeUnitSizein classInsn
-