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.
@FunctionalInterface public static interface OfficeFloorJavaCompiler.MethodWriter
Writes eachMethod
required by implementing interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OfficeFloorJavaCompiler.MethodWriterContext context)
Writes theMethod
.
-
-
-
Method Detail
-
write
void write(OfficeFloorJavaCompiler.MethodWriterContext context) throws java.io.IOException
Writes theMethod
.- Parameters:
context
-OfficeFloorJavaCompiler.MethodWriterContext
.- Throws:
java.io.IOException
- If fails to write theMethod
.
-
-