Package

scala.meta.semantic

v1

Permalink

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

    Permalink
    Annotations
    @root()
  2. final class CompilerMessage extends Product with Serializable

    Permalink
  3. sealed trait Completed[+T] extends Adt with Product with Serializable

    Permalink
    Annotations
    @root()
  4. case class Database(symbols: Map[Location, Symbol], messages: Seq[CompilerMessage]) extends Product with Serializable

    Permalink
  5. case class Location(addr: Address, start: Int, end: Int) extends Product with Serializable

    Permalink
  6. trait Mirror extends AnyRef

    Permalink
  7. final class SemanticException extends Exception with Product with Serializable

    Permalink
  8. sealed trait Severity extends Adt with Product with Serializable

    Permalink
    Annotations
    @root()
  9. sealed trait Signature extends Adt with Product with Serializable

    Permalink
    Annotations
    @root()
  10. sealed trait Symbol extends Optional with Adt with Product with Serializable

    Permalink
    Annotations
    @root()
  11. implicit class XtensionRefSymbol extends AnyRef

    Permalink
    Definition Classes
    Api
  12. implicit class XtensionSemanticEquality extends AnyRef

    Permalink
    Definition Classes
    Api

Value Members

  1. object Address extends Serializable

    Permalink
  2. object CompilerMessage extends Serializable

    Permalink
  3. object Completed extends Serializable

    Permalink
  4. object Database extends DatabaseOps with Serializable

    Permalink
  5. object SemanticException extends Serializable

    Permalink
  6. object Severity extends Serializable

    Permalink
  7. object Signature extends Serializable

    Permalink
  8. object Symbol extends Serializable

    Permalink

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped