ScalusSourcePos

scalus.utils.ScalusSourcePos
See theScalusSourcePos companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val syntheticMarkerFile: String

Basename of the synthetic compile-boundary marker file (scalus.compiler.CompiledProgramRoot). The macro layer leaks this file's position onto the outermost node of every compiled program; ScalusSourcePos.isEffectivelyEmpty treats positions here as empty so they are not mistaken for real user code. Keep in sync with that file's name.

Basename of the synthetic compile-boundary marker file (scalus.compiler.CompiledProgramRoot). The macro layer leaks this file's position onto the outermost node of every compiled program; ScalusSourcePos.isEffectivelyEmpty treats positions here as empty so they are not mistaken for real user code. Keep in sync with that file's name.

Attributes