KindOfMessage

com.ossuminc.riddl.language.Messages.KindOfMessage
sealed trait KindOfMessage extends Ordered[KindOfMessage]

A sealed base trait for the kinds of messages that can be created each with their own existence test

Attributes

Source
Messages.scala
Graph
Supertypes
trait Comparable[KindOfMessage]
class Object
trait Matchable
class Any
Known subtypes
object Error
object Info
object SevereError
object StyleWarning
object UsageWarning
object Warning
Show all

Members list

Value members

Abstract methods

def severity: Int

Attributes

Source
Messages.scala

Concrete methods

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Attributes

Source
Messages.scala

Inherited methods

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered