At

com.ossuminc.riddl.language.At
See theAt companion class
object At

Attributes

Companion
class
Source
At.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
At.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
At.scala

Concrete fields

Attributes

Source
At.scala
val empty: At

Attributes

Source
At.scala

Implicits

Implicits

implicit def apply(): At

Empty constructor for At

Empty constructor for At

Attributes

Source
At.scala
implicit def apply(line: Int): At

Empty constructor at start of a line for the empty At

Empty constructor at start of a line for the empty At

Attributes

Source
At.scala
implicit def apply(line: Int, src: RiddlParserInput): At

Start of line constructor for a specific At

Start of line constructor for a specific At

Attributes

Source
At.scala
implicit def apply(pair: (Int, Int)): At

(line, col) constructor of At for the empty parsing.RiddlParserInput

(line, col) constructor of At for the empty parsing.RiddlParserInput

Attributes

Source
At.scala
implicit def apply(pair: (Int, Int), src: RiddlParserInput): At

(line, col) constructor of At for as specific parsing.RiddlParserInput

(line, col) constructor of At for as specific parsing.RiddlParserInput

Attributes

Source
At.scala
implicit def apply(triple: (Int, Int, RiddlParserInput)): At

(line, col, input) constructor of At for a specific triple

(line, col, input) constructor of At for a specific triple

Attributes

Source
At.scala
implicit def apply(line: Int, col: Int, src: RiddlParserInput): At

General constructor of At providing all three values

General constructor of At providing all three values

Value parameters

col

The column number in the input for this At

line

The line number in the input for this At

src

The parsing.RiddlParserInput for this At

Attributes

Returns
Source
At.scala