Class StaticCompilationMopWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.MopWriter
org.codehaus.groovy.classgen.asm.sc.StaticCompilationMopWriter
A MOP Writer that skips the generation of MOP methods. This writer is used
 when a class is *fully* statically compiled. In mixed mode, MOP methods are
 still generated.
- Since:
 - 2.4.0
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.groovy.classgen.asm.MopWriter
MopWriter.Factory - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.codehaus.groovy.classgen.asm.MopWriter
equalParameterTypes, generateMopCalls, getMopMethodName, isMopMethod 
- 
Field Details
- 
FACTORY
 
 - 
 - 
Constructor Details
- 
StaticCompilationMopWriter
 
 - 
 - 
Method Details
- 
createMopMethods
public void createMopMethods()- Overrides:
 createMopMethodsin classMopWriter
 
 -