Accumulator

com.reactific.riddl.language.Messages.Accumulator
See theAccumulator companion object
case class Accumulator(commonOptions: CommonOptions)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(msg: Message): Accumulator.this.type
def addError(loc: At, msg: String): Accumulator.this.type
def addMissing(loc: At, msg: String): Accumulator.this.type
def addSevere(loc: At, msg: String): Accumulator.this.type
def addStyle(loc: At, msg: String): Accumulator.this.type
def addUsage(loc: At, msg: String): Accumulator.this.type
def addWarning(loc: At, msg: String): Accumulator.this.type
def error(message: String, loc: At): Accumulator.this.type
def info(message: String, loc: At): Accumulator.this.type
def severe(message: String, loc: At): Accumulator.this.type
def size: Int
def style(message: String, loc: At): Accumulator.this.type
def warning(message: String, loc: At): Accumulator.this.type

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product