Package org.codehaus.groovy.classgen.asm
Interface MopWriter.Factory
- Enclosing class:
- MopWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory interface for creating MopWriter instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(WriterController controller) Creates a MopWriter with the given controller.
-
Method Details
-
create
Creates a MopWriter with the given controller.- Parameters:
controller- the writer controller- Returns:
- a new MopWriter instance
-