| Name | Description | Type | Package | Framework |
| StaticCompilationMopWriter | A MOP Writer that skips the generation of MOP methods. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticInvocationWriter | Class | org.codehaus.groovy.classgen.asm.sc | Groovy | |
| StaticPropertyAccessHelper | Contains helper methods aimed at facilitating the generation of statically compiled bytecode for property access. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesBinaryExpressionMultiTypeDispatcher | A specialized version of the multi type binary expression dispatcher which is aware of static compilation. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesCallSiteWriter | A call site writer which replaces call site caching with static calls. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesClosureWriter | Writer responsible for generating closure classes in statically compiled mode. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesStatementWriter | A class to write out the optimized statementsAuthor:Jochen "blackdrag" Theodorou | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesTypeChooser | A TypeChooser which reads type information from node metadata generated by the CompileStatic annotation. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesUnaryExpressionHelper | An unary expression helper which generates optimized bytecode depending on the current type on top of the operand stack. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesWriterController | An alternative WriterController which handles static types and method dispatch. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
| StaticTypesWriterControllerFactoryImpl | Class | org.codehaus.groovy.classgen.asm.sc | Groovy | |