Class JavaClassBackendCompiler

    • Constructor Detail

      • JavaClassBackendCompiler

        public JavaClassBackendCompiler()
      • JavaClassBackendCompiler

        public JavaClassBackendCompiler​(JavaImportsAnalyzer javaImportsAnalyzer)
    • Method Detail

      • build

        public java.lang.String build​(ClassInfo classInfo)
        Provided the class information, this method will build the source code for the generated Java class.
        Parameters:
        classInfo - the class information
        Returns:
        the generated Java class' source code