|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.tagkit.AbstractHost
soot.Body
soot.jimple.StmtBody
soot.jimple.JimpleBody
Implementation of the Body class for the Jimple IR.
Field Summary |
Fields inherited from class soot.Body |
localChain, method, trapChain, unitChain |
Method Summary | |
Object |
clone()
Clones the current body, making deep copies of the contents. |
Stmt |
getFirstNonIdentityStmt()
Returns the first non-identity stmt in this body. |
void |
insertIdentityStmts()
Inserts usual statements for handling this & parameters into body. |
void |
validate()
Make sure that the JimpleBody is well formed. |
Methods inherited from class soot.Body |
checkInit, getAllUnitBoxes, getDefBoxes, getLocalCount, getLocals, getMethod, getParameterLocal, getThisLocal, getTraps, getUnitBoxes, getUnits, getUseAndDefBoxes, getUseBoxes, importBodyContentsFrom, setMethod, validateLocals, validateTraps, validateUnitBoxes, validateUses, validateValueBoxes |
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 |
public Object clone()
clone
in class Body
public void validate()
validate
in class Body
public void insertIdentityStmts()
public Stmt getFirstNonIdentityStmt()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |