soot.grimp.internal
Class GExitMonitorStmt

java.lang.Object
  |
  +--soot.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.jimple.internal.AbstractStmt
                    |
                    +--soot.jimple.internal.JExitMonitorStmt
                          |
                          +--soot.grimp.internal.GExitMonitorStmt

public class GExitMonitorStmt
extends JExitMonitorStmt
implements ExitMonitorStmt


Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
GExitMonitorStmt(Value op)
           
 
Method Summary
 java.lang.Object clone()
          Returns a deep clone of this object.
 
Methods inherited from class soot.jimple.internal.JExitMonitorStmt
apply, branches, convertToBaf, fallsThrough, getOp, getOpBox, getUseBoxes, setOp, toString
 
Methods inherited from class soot.jimple.internal.AbstractStmt
containsInvokeExpr, getInvokeExpr, getInvokeExprBox
 
Methods inherited from class soot.AbstractUnit
getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, redirectJumpsToThisTo, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from class soot.AbstractHost
destroyTag, getTag, getTags, getTagValue, hasTag, incTagValue, incTagValue, incTagValue, newTag, newTag, setTagValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GExitMonitorStmt

public GExitMonitorStmt(Value op)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: AbstractUnit
Returns a deep clone of this object.
Overrides:
clone in class JExitMonitorStmt