public abstract static class MethodEditor.Patch
extends java.lang.Object
| Constructor and Description |
|---|
Patch() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
emitTo(MethodEditor.Output w)
Override this method to emit the code for your patch.
|
public abstract void emitTo(MethodEditor.Output w)