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

Attributes

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 ...

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Diagnostic
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def loc: Location

Attributes

Definition Classes
Diagnostic
override def mapLocation(f: Location => Location): Diagnostic

Attributes

Definition Classes
Diagnostic
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Diagnostic -> Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product