Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.ConstructorWriter
- 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 the
Constructor for the wrapping implementation.-
Method Summary
-
Method Details
-
write
Writes theConstructor.- Parameters:
context-OfficeFloorJavaCompiler.ConstructorWriterContext.- Throws:
IOException- If fails to write theConstructor.
-