joeq.Compiler.Quad
Class Operand.ParamListOperand

java.lang.Object
  extended by joeq.Compiler.Quad.Operand.ParamListOperand
All Implemented Interfaces:
Operand
Enclosing interface:
Operand

public static class Operand.ParamListOperand
extends Object
implements Operand


Nested Class Summary
 
Nested classes/interfaces inherited from interface joeq.Compiler.Quad.Operand
Operand.AConstOperand, Operand.BasicBlockTableOperand, Operand.ConditionOperand, Operand.Const4Operand, Operand.Const8Operand, Operand.ConstOperand, Operand.DConstOperand, Operand.FConstOperand, Operand.FieldOperand, Operand.IConstOperand, Operand.IntValueTableOperand, Operand.LConstOperand, Operand.MethodOperand, Operand.ParamListOperand, Operand.PConstOperand, Operand.RegisterOperand, Operand.TargetOperand, Operand.TypeOperand, Operand.UnnecessaryGuardOperand, Operand.Util
 
Constructor Summary
Operand.ParamListOperand(Operand.RegisterOperand[] t)
           
 
Method Summary
 void attachToQuad(Quad q)
           
 Operand copy()
           
 Operand.RegisterOperand get(int i)
           
 Quad getQuad()
           
 boolean isSimilar(Operand that)
           
 int length()
           
 void set(int i, Operand.RegisterOperand b)
           
 String toString()
           
 int words()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operand.ParamListOperand

public Operand.ParamListOperand(Operand.RegisterOperand[] t)
Method Detail

set

public void set(int i,
                Operand.RegisterOperand b)

get

public Operand.RegisterOperand get(int i)

length

public int length()

words

public int words()

toString

public String toString()
Overrides:
toString in class Object

copy

public Operand copy()
Specified by:
copy in interface Operand

attachToQuad

public void attachToQuad(Quad q)
Specified by:
attachToQuad in interface Operand

getQuad

public Quad getQuad()
Specified by:
getQuad in interface Operand

isSimilar

public boolean isSimilar(Operand that)
Specified by:
isSimilar in interface Operand


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