|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.weaver.Unweaver
public class Unweaver
Saves all method bodies so that they can be unwoven after weaving.
Constructor Summary | |
---|---|
Unweaver()
|
Method Summary | |
---|---|
java.util.Map |
restore()
Restore saved bodies to their original methods. |
void |
save()
Save Jimple bodies of all weavable classes to be restored later. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Unweaver()
Method Detail |
---|
public void save()
public java.util.Map restore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |