CompilationWarning
de.uni_luebeck.isp.tessla.tessla_compiler.Diagnostics.CompilationWarning
case class CompilationWarning(message: String, compiler: String, msgType: String) extends Diagnostic
Warning raised if the compilation of the generated code raises a warning or information
Value parameters
- compiler
-
The compiler backend originally raising the warning
- message
-
The message of the base warning
- msgType
-
Kind of the warning, e.g. warning, information, note ...
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Diagnosticclass Objecttrait Matchableclass Any
Members list
In this article