soot.grimp.internal
Class GArrayRef

java.lang.Object
  extended by soot.jimple.internal.JArrayRef
      extended by soot.grimp.internal.GArrayRef
All Implemented Interfaces:
Serializable, EquivTo, Precedence, ArrayRef, ConcreteRef, ConvertToBaf, Ref, Switchable, Value

public class GArrayRef
extends JArrayRef
implements Precedence

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.JArrayRef
baseBox, indexBox
 
Constructor Summary
GArrayRef(Value base, Value index)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.internal.JArrayRef
apply, convertToBaf, equivHashCode, equivTo, getBase, getBaseBox, getIndex, getIndexBox, getType, getUseBoxes, setBase, setIndex
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GArrayRef

public GArrayRef(Value base,
                 Value index)
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class JArrayRef

toString

public String toString()
Overrides:
toString in class JArrayRef

clone

public Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Overrides:
clone in class JArrayRef