abc.weaving.weaver
Class Unweaver

java.lang.Object
  extended by abc.weaving.weaver.Unweaver

public class Unweaver
extends java.lang.Object

Saves all method bodies so that they can be unwoven after weaving.

Author:
Ondrej Lhotak

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

Unweaver

public Unweaver()
Method Detail

save

public void save()
Save Jimple bodies of all weavable classes to be restored later.


restore

public java.util.Map restore()
Restore saved bodies to their original methods.