Methods in joeq.Compiler.Quad with parameters of type Operand.TargetOperand |
static Quad |
Operator.Goto.create(int id,
Operator.Goto operator,
Operand.TargetOperand target)
|
static Quad |
Operator.IntIfCmp.create(int id,
Operator.IntIfCmp operator,
Operand op0,
Operand op1,
Operand.ConditionOperand cond,
Operand.TargetOperand target)
|
static Quad |
Operator.Jsr.create(int id,
Operator.Jsr operator,
Operand.RegisterOperand loc,
Operand.TargetOperand target,
Operand.TargetOperand successor)
|
static Quad |
Operator.LookupSwitch.create(int id,
Operator.LookupSwitch operator,
Operand val,
Operand.TargetOperand def,
int length)
|
static Quad |
Operator.TableSwitch.create(int id,
Operator.TableSwitch operator,
Operand val,
Operand.IConstOperand low,
Operand.TargetOperand def,
int length)
|
static void |
Operator.TableSwitch.setDefault(Quad q,
Operand.TargetOperand o)
|
static void |
Operator.LookupSwitch.setDefault(Quad q,
Operand.TargetOperand o)
|
static void |
Operator.Jsr.setSuccessor(Quad q,
Operand.TargetOperand o)
|
static void |
Operator.IntIfCmp.setTarget(Quad q,
Operand.TargetOperand o)
|
static void |
Operator.Goto.setTarget(Quad q,
Operand.TargetOperand o)
|
static void |
Operator.Jsr.setTarget(Quad q,
Operand.TargetOperand o)
|