Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.MethodWriter
- Enclosing class:
- OfficeFloorJavaCompiler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Writes each
Method required by implementing interfaces.-
Method Summary
-
Method Details
-
write
Writes theMethod.- Parameters:
context-OfficeFloorJavaCompiler.MethodWriterContext.- Throws:
IOException- If fails to write theMethod.
-