soot.dava.internal.javaRep
Class DIdentityStmt

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.jimple.internal.AbstractStmt
                    |
                    +--soot.jimple.internal.AbstractDefinitionStmt
                          |
                          +--soot.jimple.internal.JIdentityStmt
                                |
                                +--soot.grimp.internal.GIdentityStmt
                                      |
                                      +--soot.dava.internal.javaRep.DIdentityStmt

public class DIdentityStmt
extends GIdentityStmt

See Also:
Serialized Form

Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
DIdentityStmt(Value local, Value identityValue)
           
 
Method Summary
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.grimp.internal.GIdentityStmt
clone
 
Methods inherited from class soot.jimple.internal.JIdentityStmt
apply, convertToBaf, setLeftOp, setRightOp
 
Methods inherited from class soot.jimple.internal.AbstractDefinitionStmt
branches, fallsThrough, getDefBoxes, getLeftOp, getLeftOpBox, getRightOp, getRightOpBox, getUseBoxes
 
Methods inherited from class soot.jimple.internal.AbstractStmt
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getUnitBoxes, getUseAndDefBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DIdentityStmt

public DIdentityStmt(Value local,
                     Value identityValue)
Method Detail

toString

public void toString(UnitPrinter up)
Overrides:
toString in class JIdentityStmt

toString

public java.lang.String toString()
Overrides:
toString in class JIdentityStmt