Uses of Enum Class
ca.mcscert.jpipe.compiler.DiagnosticFormat
Packages that use DiagnosticFormat
-
Uses of DiagnosticFormat in ca.mcscert.jpipe.compiler
Subclasses with type arguments of type DiagnosticFormat in ca.mcscert.jpipe.compilerModifier and TypeClassDescriptionenumOutput formats of thediagnosticcommand's report.Methods in ca.mcscert.jpipe.compiler that return DiagnosticFormatModifier and TypeMethodDescriptionstatic DiagnosticFormatReturns the enum constant of this class with the specified name.static DiagnosticFormat[]DiagnosticFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.mcscert.jpipe.compiler with parameters of type DiagnosticFormatModifier and TypeMethodDescriptionstatic CompilerCompilerFactory.buildDiagnosticCompiler(DiagnosticFormat format, OutputStream stdout) Build a diagnostic-mode compiler that parses the source and reports on it without exporting any model.