public class Insn51l extends AbstractInsn implements OneRegInsn
opc, regs
REG_A_IDX
Constructor and Description |
---|
Insn51l(org.jf.dexlib2.Opcode opc,
Register regA,
long litB) |
Modifier and Type | Method and Description |
---|---|
BitSet |
getIncompatibleRegs() |
long |
getLitB() |
protected org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
public Insn51l(org.jf.dexlib2.Opcode opc, Register regA, long litB)
public Register getRegA()
getRegA
in interface OneRegInsn
public long getLitB()
protected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0
in class AbstractInsn
public BitSet getIncompatibleRegs()
getIncompatibleRegs
in interface Insn
getIncompatibleRegs
in class AbstractInsn
public String toString()
toString
in class AbstractInsn
Copyright © 2019 Sable. All rights reserved.