|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.residues.Residue
abc.weaving.residues.CflowResidue
public class CflowResidue
A dynamic residue for cflow and cflow below
Nested Class Summary |
---|
Nested classes/interfaces inherited from class abc.weaving.residues.Residue |
---|
Residue.Bindings |
Constructor Summary | |
---|---|
CflowResidue(CflowSetup setup,
java.util.List vars)
|
Method Summary | |
---|---|
Stmt |
codeGen(SootMethod method,
LocalGeneratorEx localgen,
Chain units,
Stmt begin,
Stmt fail,
boolean sense,
WeavingContext wc)
Generate the code for this dynamic residue. |
static void |
debug(java.lang.String message)
|
Stmt |
getIsValidStmt()
Returns the statement that was woven to test isValid(). |
Residue |
inline(ConstructorInliningMap cim)
Make a copy of the residue applying to an inlined version of the code. |
Residue |
optimize()
Optimize the residue by rebuilding it, invoking the smart constructors along the way. |
Residue |
resetForReweaving()
|
CflowSetup |
setup()
|
java.lang.String |
toString()
Must provide a toString method |
Methods inherited from class abc.weaving.residues.Residue |
---|
getAdviceFormalBindings, getResidueBoxes, restructureToCreateBindingsMask, succeed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CflowResidue(CflowSetup setup, java.util.List vars)
Method Detail |
---|
public Residue inline(ConstructorInliningMap cim)
Residue
inline
in class Residue
public Residue optimize()
Residue
optimize
in class Residue
public Residue resetForReweaving()
resetForReweaving
in class Residue
public static void debug(java.lang.String message)
public Stmt getIsValidStmt()
public Stmt codeGen(SootMethod method, LocalGeneratorEx localgen, Chain units, Stmt begin, Stmt fail, boolean sense, WeavingContext wc)
Residue
codeGen
in class Residue
method
- The method the code is being inserted intolocalgen
- A local generator for the methodunits
- The chain the code is being inserted intobegin
- Code will be inserted just after this statementfail
- If the residue "fails", the inserted code will jump to this point;
otherwise it will fall throughsense
- If this is false, inverts the meaning of failure and success for the residuewc
- The weaving context
public java.lang.String toString()
Residue
toString
in class Residue
public CflowSetup setup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |