com.ibm.wala.shrikeBT
Class MethodEditor.Patch

java.lang.Object
  extended by com.ibm.wala.shrikeBT.MethodEditor.Patch
Enclosing class:
MethodEditor

public abstract static class MethodEditor.Patch
extends java.lang.Object

This class is subclassed for each kind of patch that you want to apply.


Constructor Summary
MethodEditor.Patch()
           
 
Method Summary
abstract  void emitTo(MethodEditor.Output w)
          Override this method to emit the code for your patch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodEditor.Patch

public MethodEditor.Patch()
Method Detail

emitTo

public abstract void emitTo(MethodEditor.Output w)
Override this method to emit the code for your patch.