Class StaticTypesWriterControllerFactoryImpl
java.lang.Object
org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterControllerFactoryImpl
- All Implemented Interfaces:
WriterControllerFactory
public class StaticTypesWriterControllerFactoryImpl
extends Object
implements WriterControllerFactory
Factory that wraps the standard writer controller with static-compilation behavior.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeController(WriterController normalController) Creates a writer controller based on the given normal controller.
-
Constructor Details
-
StaticTypesWriterControllerFactoryImpl
public StaticTypesWriterControllerFactoryImpl()
-
-
Method Details
-
makeController
Creates a writer controller based on the given normal controller.- Specified by:
makeControllerin interfaceWriterControllerFactory- Parameters:
normalController- the standard writer controller- Returns:
- a customized writer controller
-