soot.jimple
Interface DefinitionStmt

All Superinterfaces:
Host, java.io.Serializable, Stmt, Switchable, Unit
All Known Subinterfaces:
AssignStmt, IdentityStmt
All Known Implementing Classes:
AbstractDefinitionStmt, GAssignStmt, GIdentityStmt, JAssignStmt, JIdentityStmt

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, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo
 
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()