soot.jimple
Interface DefinitionStmt

All Known Subinterfaces:
AssignStmt, IdentityStmt
All Known Implementing Classes:
AbstractDefinitionStmt

public interface DefinitionStmt
extends Stmt


Method Summary
 Value getLeftOp()
           
 ValueBox getLeftOpBox()
           
 Value getRightOp()
           
 ValueBox 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

getLeftOp

public Value getLeftOp()

getRightOp

public Value getRightOp()

getLeftOpBox

public ValueBox getLeftOpBox()

getRightOpBox

public ValueBox getRightOpBox()