soot.jimple.toolkits.thread.mhp.stmt
Class MonitorExitStmt

java.lang.Object
  extended by soot.tagkit.AbstractHost
      extended by soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
          extended by soot.jimple.toolkits.thread.mhp.stmt.MonitorExitStmt
All Implemented Interfaces:
Host

public class MonitorExitStmt
extends JPegStmt


Field Summary
 
Fields inherited from class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
caller, name, object, sootMethod, unit, unitGraph
 
Constructor Summary
MonitorExitStmt(String obj, String ca, UnitGraph ug, SootMethod sm)
           
MonitorExitStmt(String obj, String ca, Unit un, UnitGraph ug, SootMethod sm)
           
 
Method Summary
 
Methods inherited from class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
containUnit, containUnitGraph, getCaller, getMethod, getName, getObject, getUnit, getUnitGraph, setCaller, setName, setObject, setUnit, setUnitGraph, testToString, toString
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorExitStmt

public MonitorExitStmt(String obj,
                       String ca,
                       Unit un,
                       UnitGraph ug,
                       SootMethod sm)

MonitorExitStmt

public MonitorExitStmt(String obj,
                       String ca,
                       UnitGraph ug,
                       SootMethod sm)