public class UnaryOperation extends Instruction
Modifier and Type | Class and Description |
---|---|
static class |
UnaryOperation.OpID |
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
int |
destination |
UnaryOperation.OpID |
op |
int |
source |
method, noInstructions, opcode, pc
Constructor and Description |
---|
UnaryOperation(int pc,
UnaryOperation.OpID op,
int destination,
int source,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
IUnaryOpInstruction.IOperator |
getOperator() |
boolean |
isConversion() |
boolean |
isMove() |
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public final UnaryOperation.OpID op
public final int source
public final int destination
public UnaryOperation(int pc, UnaryOperation.OpID op, int destination, int source, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction
public boolean isConversion()
public boolean isMove()
public IUnaryOpInstruction.IOperator getOperator()