Uses of Class
joeq.Compiler.Quad.Operand.FieldOperand

Packages that use Operand.FieldOperand
joeq.Compiler.Quad   
 

Uses of Operand.FieldOperand in joeq.Compiler.Quad
 

Methods in joeq.Compiler.Quad that return Operand.FieldOperand
static Operand.FieldOperand Operator.Getstatic.getField(Quad q)
           
static Operand.FieldOperand Operator.Putstatic.getField(Quad q)
           
static Operand.FieldOperand Operator.Getfield.getField(Quad q)
           
static Operand.FieldOperand Operator.Putfield.getField(Quad q)
           
 

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)
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.