|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.AbstractHost | +--soot.Body | +--soot.jimple.StmtBody
Abstract base class for Body's on Stmts (Jimple and Grimp).
Fields inherited from class soot.Body |
localChain,
method,
trapChain,
unitChain |
Constructor Summary | |
protected |
StmtBody()
Creates an empty StmtBody. |
protected |
StmtBody(SootMethod m)
Creates a StmtBody associated with the given method. |
Methods inherited from class soot.Body |
clone,
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 |
Constructor Detail |
protected StmtBody(SootMethod m)
protected StmtBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |