package v1

Linear Supertypes
Api, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v1
  2. Api
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Address extends Adt with Product with Serializable
    Annotations
    @root()
  2. final class CompilerMessage extends Product with Serializable
  3. sealed trait Completed [+T] extends Adt with Product with Serializable
    Annotations
    @root()
  4. case class Database (symbols: Map[Location, Symbol], messages: Seq[CompilerMessage]) extends Product with Serializable
  5. case class Location (addr: Address, start: Int, end: Int) extends Product with Serializable
  6. trait Mirror extends AnyRef
  7. final class SemanticException extends Exception with Product with Serializable
  8. sealed trait Severity extends Adt with Product with Serializable
    Annotations
    @root()
  9. sealed trait Signature extends Adt with Product with Serializable
    Annotations
    @root()
  10. sealed trait Symbol extends Optional with Adt with Product with Serializable
    Annotations
    @root()
  11. implicit class XtensionRefSymbol extends AnyRef
    Definition Classes
    Api
  12. implicit class XtensionSemanticEquality extends AnyRef
    Definition Classes
    Api

Value Members

  1. object Address extends Serializable
  2. object CompilerMessage extends Serializable
  3. object Completed extends Serializable
  4. object Database extends DatabaseOps with Serializable
  5. object SemanticException extends Serializable
  6. object Severity extends Serializable
  7. object Signature extends Serializable
  8. object Symbol extends Serializable

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped