soot.dava.internal.javaRep
Class DThisRef

java.lang.Object
  |
  +--soot.jimple.ThisRef
        |
        +--soot.dava.internal.javaRep.DThisRef

public class DThisRef
extends ThisRef

See Also:
Serialized Form

Constructor Summary
DThisRef(RefType thisType)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 java.lang.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 java.lang.String toString()
Overrides:
toString in class ThisRef

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class ThisRef