LinkIdReference

laika.ast.LinkIdReference$
See theLinkIdReference companion class

Companion for creating LinkIdReference instances.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(ref: String, source: SourceFragment): Companion

Creates a new instance for the specified reference id and parser source. The returned builder instance allows to provide the span content of the reference in the form of a span sequence or simple string.

Creates a new instance for the specified reference id and parser source. The returned builder instance allows to provide the span content of the reference in the form of a span sequence or simple string.

Attributes