Message

com.ossuminc.riddl.language.Messages.Message

A Message instance. There are helper functions below to help you create these.

Value parameters

context

Additional context that indicates the conditions that produced the message

kind

The kind of message as one of the case objects of KindOfMessage

loc

The location in the model that generated the message

message

The message text itself (there may be multiple lines, typically indent them 2 spaces, no tabs)

Attributes

Source
Messages.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Message]
trait Comparable[Message]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: Message): Int

Attributes

Definition Classes
Source
Messages.scala
def format: String

A standard way of formatting the message.

A standard way of formatting the message. It is common to call this just before doing I/O with it

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product