soot.baf
Interface IdentityInst

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
getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 

Method Detail

getLeftOp

public Value getLeftOp()
Specified by:
getLeftOp in interface IdentityUnit

getRightOp

public Value getRightOp()
Specified by:
getRightOp in interface IdentityUnit

setLeftOp

public void setLeftOp(Value variable)

setRightOp

public void setRightOp(Value rvalue)

getLeftOpBox

public ValueBox getLeftOpBox()
Specified by:
getLeftOpBox in interface IdentityUnit

getRightOpBox

public ValueBox getRightOpBox()
Specified by:
getRightOpBox in interface IdentityUnit