| Methods in joeq.Compiler.Quad with parameters of type Operand.TypeOperand | 
static Quad | 
Operator.CheckCast.create(int id,
       Operator.CheckCast operator,
       Operand.RegisterOperand res,
       Operand val,
       Operand.TypeOperand type)
 
            | 
static Quad | 
Operator.InstanceOf.create(int id,
       Operator.InstanceOf operator,
       Operand.RegisterOperand res,
       Operand val,
       Operand.TypeOperand type)
 
            | 
static Quad | 
Operator.NewArray.create(int id,
       Operator.NewArray operator,
       Operand.RegisterOperand res,
       Operand size,
       Operand.TypeOperand type)
 
            | 
static Quad | 
Operator.New.create(int id,
       Operator.New operator,
       Operand.RegisterOperand res,
       Operand.TypeOperand type)
 
            | 
static void | 
Operator.New.setType(Quad q,
        Operand.TypeOperand o)
 
            | 
static void | 
Operator.NewArray.setType(Quad q,
        Operand.TypeOperand o)
 
            | 
static void | 
Operator.CheckCast.setType(Quad q,
        Operand.TypeOperand o)
 
            | 
static void | 
Operator.InstanceOf.setType(Quad q,
        Operand.TypeOperand o)
 
            |