soot.dava.internal.javaRep
Class DThisRef

java.lang.Object
  extended by soot.jimple.ThisRef
      extended by soot.dava.internal.javaRep.DThisRef
All Implemented Interfaces:
Serializable, EquivTo, IdentityRef, Ref, Switchable, Value

public class DThisRef
extends ThisRef

See Also:
Serialized Form

Constructor Summary
DThisRef(RefType thisType)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 String toString()
           
 
Methods inherited from class soot.jimple.ThisRef
apply, equivHashCode, equivTo, getType, getUseBoxes, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DThisRef

public DThisRef(RefType thisType)
Method Detail

toString

public String toString()
Overrides:
toString in class ThisRef

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 ThisRef