| Interface | Description | 
|---|---|
| PostCompletionFactory | 
 A helper interface for factories which require post processing of generated nodes. 
 | 
| Class | Description | 
|---|---|
| CustomizersFactory | 
 This factory generates an array of compilation customizers. 
 | 
| ImportCustomizerFactory | 
 This factory allows the generation of an  
import customizer. | 
| InlinedASTCustomizerFactory | 
 This factory lets a user define a compilation customizer without having to define
 an anonymous inner class. 
 | 
| SecureASTCustomizerFactory | 
 This factory allows the generation of a  
SecureASTCustomizer. | 
| SourceAwareCustomizerFactory | 
 Factory for use with  
CompilerCustomizationBuilder. | 
| SourceAwareCustomizerFactory.SourceOptions |