Package com.ibm.wala.shrike.shrikeBT
Class MethodEditor.Patch
- java.lang.Object
-
- com.ibm.wala.shrike.shrikeBT.MethodEditor.Patch
-
- Enclosing class:
- MethodEditor
public abstract static class MethodEditor.Patch extends java.lang.ObjectThis class is subclassed for each kind of patch that you want to apply.
-
-
Constructor Summary
Constructors Constructor Description Patch()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidemitTo(MethodEditor.Output w)Override this method to emit the code for your patch.
-
-
-
Method Detail
-
emitTo
public abstract void emitTo(MethodEditor.Output w)
Override this method to emit the code for your patch.
-
-