Class MethodEditor.Patch
java.lang.Object
com.ibm.wala.shrike.shrikeBT.MethodEditor.Patch
- Enclosing class:
MethodEditor
This class is subclassed for each kind of patch that you want to apply.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Override this method to emit the code for your patch.
-
Constructor Details
-
Patch
public Patch()
-
-
Method Details
-
emitTo
Override this method to emit the code for your patch.
-