Class MethodEditor.Patch

  • Enclosing class:
    MethodEditor

    public abstract static class MethodEditor.Patch
    extends Object
    This class is subclassed for each kind of patch that you want to apply.
    • Constructor Detail

      • Patch

        public Patch()
    • Method Detail

      • emitTo

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