soot.jimple
Interface EnterMonitorStmt

All Known Implementing Classes:
GEnterMonitorStmt, JEnterMonitorStmt

public interface EnterMonitorStmt
extends MonitorStmt


Method Summary
 Value getOp()
           
 ValueBox getOpBox()
           
 void setOp(Value op)
           
 
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

getOp

public Value getOp()
Specified by:
getOp in interface MonitorStmt

setOp

public void setOp(Value op)
Specified by:
setOp in interface MonitorStmt

getOpBox

public ValueBox getOpBox()
Specified by:
getOpBox in interface MonitorStmt