com.reactific.riddl.language

Members list

Type members

Classlikes

object AST

Abstract Syntax Tree This object defines the model for processing RIDDL and producing a raw AST from it.

Abstract Syntax Tree This object defines the model for processing RIDDL and producing a raw AST from it. This raw AST has no referential integrity, it just results from applying the parsing rules to the input. The RawAST models produced from parsing are syntactically correct but have no semantic validation. The Transformation passes convert RawAST model to AST model which is referentially and semantically consistent (or the user gets an error).

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
AST.type
case class At(source: RiddlParserInput, offset: Int) extends Ordered[At]

A location of an item in the input

A location of an item in the input

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[At]
trait Comparable[At]
class Object
trait Matchable
class Any
Show all
object At

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
At.type
case class CommonOptions(showTimes: Boolean, verbose: Boolean, dryRun: Boolean, quiet: Boolean, showWarnings: Boolean, showMissingWarnings: Boolean, showStyleWarnings: Boolean, showUsageWarnings: Boolean, showInfoMessages: Boolean, debug: Boolean, pluginsDir: Option[Path], sortMessagesByLocation: Boolean, groupMessagesByKind: Boolean, noANSIMessages: Boolean, maxParallelParsing: Int, warningsAreFatal: Boolean)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Messages

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Messages.type
object Parser

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type