Package 

Class KspCodeWriter

  • All Implemented Interfaces:
    com.faendir.kotlin.autodsl.CodeWriter

    
    public final class KspCodeWriter
     implements CodeWriter<KSClassDeclaration>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      KspCodeWriter(CodeGenerator codeGenerator)
    • Method Summary

      Modifier and Type Method Description
      Unit emit(KSClassDeclaration source, FileSpec fileSpec)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KspCodeWriter

        KspCodeWriter(CodeGenerator codeGenerator)
    • Method Detail

      • emit

         Unit emit(KSClassDeclaration source, FileSpec fileSpec)