|
|||||||||
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.BindMaskResidue
public class BindMaskResidue
Nested Class Summary |
---|
Nested classes/interfaces inherited from class abc.weaving.residues.Residue |
---|
Residue.Bindings |
Method Summary | |
---|---|
Stmt |
codeGen(SootMethod method,
LocalGeneratorEx localgen,
Chain units,
Stmt begin,
Stmt fail,
boolean sense,
WeavingContext wc)
Generates code to set the bits in the mask, then generates the Bind code. |
void |
getAdviceFormalBindings(Residue.Bindings bindings,
AndResidue andRoot)
Fills the Bindings object with information of possible advice-formal bindings. |
Residue |
getOp()
|
java.util.List |
getResidueBoxes()
|
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()
|
Residue |
restructureToCreateBindingsMask(soot.Local bindingsMaskLocal,
Residue.Bindings bindings)
Returns residue that replaces the old residue. |
java.lang.String |
toString()
Must provide a toString method |
Methods inherited from class abc.weaving.residues.Residue |
---|
succeed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Residue optimize()
Residue
optimize
in class Residue
public Residue inline(ConstructorInliningMap cim)
Residue
inline
in class Residue
public Stmt codeGen(SootMethod method, LocalGeneratorEx localgen, Chain units, Stmt begin, Stmt fail, boolean sense, WeavingContext wc)
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 Residue resetForReweaving()
resetForReweaving
in class Residue
public void getAdviceFormalBindings(Residue.Bindings bindings, AndResidue andRoot)
Residue
getAdviceFormalBindings
in class Residue
public Residue restructureToCreateBindingsMask(soot.Local bindingsMaskLocal, Residue.Bindings bindings)
Residue
restructureToCreateBindingsMask
in class Residue
public Residue getOp()
public java.util.List getResidueBoxes()
getResidueBoxes
in class Residue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |