Uses of Interface
ca.mcscert.jpipe.compiler.Compiler
Packages that use Compiler
-
Uses of Compiler in ca.mcscert.jpipe.compiler
Methods in ca.mcscert.jpipe.compiler that return CompilerModifier and TypeMethodDescriptionstatic CompilerCompilerFactory.build(CompilationConfig config, OutputStream stdout) Build a process-mode compiler from the given configuration.static CompilerCompilerFactory.buildDiagnosticCompiler(OutputStream stdout) Build a diagnostic-mode compiler that parses the source and produces a human-readable report without exporting any model. -
Uses of Compiler in ca.mcscert.jpipe.compiler.model
Classes in ca.mcscert.jpipe.compiler.model that implement Compiler