LoadedDomain

izumi.idealingua.model.loader.LoadedDomain
See theLoadedDomain companion trait
object LoadedDomain

Attributes

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

Members list

Type members

Classlikes

sealed trait DiagnosableFailure extends Failure

Attributes

Supertypes
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Known subtypes
sealed trait Failure extends LoadedDomain

Attributes

Supertypes
trait LoadedDomain
class Object
trait Matchable
class Any
Known subtypes
final case class ParsingFailed(path: FSPath, message: String) extends Failure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Show all
final case class PostVerificationFailure(issues: IDLDiagnostics) extends Failure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Show all
final case class ResolutionFailed(path: FSPath, domain: DomainId, issues: Vector[RefResolverIssue]) extends DiagnosableFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Show all
final case class Success(path: FSPath, typespace: Typespace, warnings: Vector[IDLWarning]) extends LoadedDomain

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LoadedDomain
class Object
trait Matchable
class Any
Show all
final case class TyperFailed(path: FSPath, domain: DomainId, issues: IDLDiagnostics) extends DiagnosableFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Show all
final case class VerificationFailed(path: FSPath, domain: DomainId, issues: IDLDiagnostics) extends DiagnosableFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
trait LoadedDomain
class Object
trait Matchable
class Any
Show all

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