Package net.octyl.levelheadered.rewriter
Interface ModificationWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function to write modifications to an
Appendable.-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(Appendable appendable) Writes the new content to the given appendable.
-
Method Details
-
writeTo
Writes the new content to the given appendable.- Parameters:
appendable- the appendable to write to- Throws:
IOException- if an I/O error occurs
-