soot.grimp
Class GrimpBody

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.Body
              |
              +--soot.jimple.StmtBody
                    |
                    +--soot.grimp.GrimpBody

public class GrimpBody
extends StmtBody

Implementation of the Body class for the Grimp IR.

See Also:
Serialized Form

Fields inherited from class soot.Body
localChain, method, trapChain, unitChain
 
Method Summary
 java.lang.Object clone()
          Creates a deep copy of this Body.
 
Methods inherited from class soot.Body
getAllUnitBoxes, getDefBoxes, getLocalCount, getLocals, getMethod, getParameterLocal, getThisLocal, getTraps, getUnitBoxes, getUnits, getUseAndDefBoxes, getUseBoxes, importBodyContentsFrom, setMethod, validate, validateLocals, validateTraps, validateUnitBoxes, validateUses
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public java.lang.Object clone()
Description copied from class: Body
Creates a deep copy of this Body.
Overrides:
clone in class Body