Uses of Interface
dev.zemco.codegame.compilation.IProgramCompiler
Packages that use IProgramCompiler
Package
Description
Components related to compilation of source code into executable programs.
MVC components for presenting the solution to the user.
-
Uses of IProgramCompiler in dev.zemco.codegame.compilation
Classes in dev.zemco.codegame.compilation that implement IProgramCompilerModifier and TypeClassDescriptionclassImplementation of a compiler, which compiles source code into an executableprogramusing the CodeGame syntax. -
Uses of IProgramCompiler in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type IProgramCompilerModifierConstructorDescriptionSolutionModel(IProblemListModel problemListModel, IProgramCompiler programCompiler, IEvaluationService evaluationService, ISolutionErrorModelFactory programErrorModelFactory) Creates an instance ofSolutionModel.