soot
Interface IdentityUnit

All Known Subinterfaces:
IdentityInst, IdentityStmt

public interface IdentityUnit
extends Unit

A unit that assigns to a variable from one of {parameters, this, caughtexception}.


Method Summary
 Value getLeftOp()
           
 ValueBox getLeftOpBox()
           
 Value getRightOp()
           
 ValueBox getRightOpBox()
           
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, toBriefString, toBriefString, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getLeftOp

public Value getLeftOp()

getRightOp

public Value getRightOp()

getLeftOpBox

public ValueBox getLeftOpBox()

getRightOpBox

public ValueBox getRightOpBox()