soot.jimple
Interface AssignStmt

All Superinterfaces:
Context, DefinitionStmt, Host, Serializable, Stmt, Switchable, Unit
All Known Implementing Classes:
DAssignStmt, DDecrementStmt, DIncrementStmt, DShortcutAssignStmt, GAssignStmt, JAssignStmt

public interface AssignStmt
extends DefinitionStmt


Method Summary
 void setLeftOp(Value variable)
           
 void setRightOp(Value rvalue)
           
 
Methods inherited from interface soot.jimple.DefinitionStmt
getLeftOp, getLeftOpBox, getRightOp, getRightOpBox
 
Methods inherited from interface soot.jimple.Stmt
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, toString
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

setLeftOp

void setLeftOp(Value variable)

setRightOp

void setRightOp(Value rvalue)