soot.baf
Interface IdentityInst

All Superinterfaces:
Context, Host, IdentityUnit, Inst, Serializable, Switchable, Unit
All Known Implementing Classes:
BIdentityInst

public interface IdentityInst
extends Inst, IdentityUnit


Method Summary
 Value getLeftOp()
           
 ValueBox getLeftOpBox()
           
 Value getRightOp()
           
 ValueBox getRightOpBox()
           
 void setLeftOp(Value variable)
           
 void setRightOp(Value rvalue)
           
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

getLeftOp

Value getLeftOp()
Specified by:
getLeftOp in interface IdentityUnit

getRightOp

Value getRightOp()
Specified by:
getRightOp in interface IdentityUnit

setLeftOp

void setLeftOp(Value variable)

setRightOp

void setRightOp(Value rvalue)

getLeftOpBox

ValueBox getLeftOpBox()
Specified by:
getLeftOpBox in interface IdentityUnit

getRightOpBox

ValueBox getRightOpBox()
Specified by:
getRightOpBox in interface IdentityUnit