Methods in joeq.Compiler.Quad with parameters of type Operand.FieldOperand |
static Quad |
Operator.Getfield.create(int id,
Operator.Getfield operator,
Operand.RegisterOperand dst,
Operand base,
Operand.FieldOperand field,
Operand guard)
|
static Quad |
Operator.Getstatic.create(int id,
Operator.Getstatic operator,
Operand.RegisterOperand dst,
Operand.FieldOperand field)
|
static Quad |
Operator.Putfield.create(int id,
Operator.Putfield operator,
Operand base,
Operand.FieldOperand field,
Operand src,
Operand guard)
|
static Quad |
Operator.Putstatic.create(int id,
Operator.Putstatic operator,
Operand src,
Operand.FieldOperand field)
|
static void |
Operator.Getstatic.setField(Quad q,
Operand.FieldOperand o)
|
static void |
Operator.Putstatic.setField(Quad q,
Operand.FieldOperand o)
|
static void |
Operator.Getfield.setField(Quad q,
Operand.FieldOperand o)
|
static void |
Operator.Putfield.setField(Quad q,
Operand.FieldOperand o)
|