package translator
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        final 
        class
      
      
        Translator[T, P] extends AnyRef
      
      
      Abstraction over the process of building a translation for different targets. Abstraction over the process of building a translation for different targets. Translator instances are not reusable. 
- 
      
      
      
        
      
    
      
        sealed abstract final 
        class
      
      
        TranslatorFeature extends Enum[TranslatorFeature]
      
      
      Translator features are additional behaviors that can be allowed in translation. Translator features are additional behaviors that can be allowed in translation. These need to be enabled individually when creating a Translator.
- 
      
      
      
        
      
    
      
        sealed 
        case class
      
      
        TranslatorFlavor extends Product with Serializable
      
      
      A flavor defines translation rewriting rules and post-conditions. 
Value Members
-  object TranslatorFlavor extends Serializable