Interface SourceCompilerFactory

    • Method Detail

      • compile

        <D extends Compiled,​S,​C extends CompileContext<?,​?>> D compile​(S source,
                                                                                         C context,
                                                                                         CompileProcessor p)
        Собрать объект
        Parameters:
        source - Исходный объект
        context - Контекст сборки
        p - Процессор сборки
        Returns:
        Собранный объект