public abstract class Constant extends Instruction
Modifier and Type | Class and Description |
---|---|
static class |
Constant.ClassConstant |
static class |
Constant.IntConstant |
static class |
Constant.LongConstant |
static class |
Constant.StringConstant |
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
int |
destination |
method, noInstructions, opcode, pc
Modifier | Constructor and Description |
---|---|
protected |
Constant(int pc,
int destination,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
protected Constant(int pc, int destination, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction