soot.jimple
Interface EnterMonitorStmt

All Superinterfaces:
Context, Host, MonitorStmt, Serializable, Stmt, Switchable, Unit
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, 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

getOp

Value getOp()
Specified by:
getOp in interface MonitorStmt

setOp

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

getOpBox

ValueBox getOpBox()
Specified by:
getOpBox in interface MonitorStmt