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(DiagnosticFormat format, OutputStream stdout) Build a diagnostic-mode compiler that parses the source and reports on it without exporting any model.static CompilerCompilerFactory.buildDiagnosticCompiler(OutputStream stdout) Build a diagnostic-mode compiler producing a human-readable report. -
Uses of Compiler in ca.mcscert.jpipe.compiler.model
Classes in ca.mcscert.jpipe.compiler.model that implement Compiler