Packages

o

morphir.ir

Package

object Package

Generated based on IR.Package

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Package
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Definition[Ta, Va](modules: Dict[ModuleName, AccessControlled[Module.Definition[Ta, Va]]]) extends Product with Serializable
  2. type PackageName = List[Name]
  3. final case class Specification[Ta](modules: Dict[ModuleName, Module.Specification[Ta]]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def definitionToSpecification[Ta, Va](_def: Definition[Ta, Va]): Specification[Ta]
  7. def definitionToSpecificationWithPrivate[Ta, Va](_def: Definition[Ta, Va]): Specification[Ta]
  8. def emptyDefinition[Ta, Va]: Definition[Ta, Va]
  9. def emptySpecification[Ta]: Specification[Ta]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eraseDefinitionAttributes[Ta, Va](_def: Definition[Ta, Va]): Definition[Unit, Unit]
  13. def eraseSpecificationAttributes[Ta](spec: Specification[Ta]): Specification[Unit]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lookupModuleDefinition[Ta, Va](modulePath: Path)(packageDef: Definition[Ta, Va]): Maybe[Module.Definition[Ta, Va]]
  18. def lookupModuleSpecification[Ta](modulePath: Path)(packageSpec: Specification[Ta]): Maybe[Module.Specification[Ta]]
  19. def lookupTypeSpecification[Ta](modulePath: Path)(localName: Name)(packageSpec: Specification[Ta]): Maybe[Type.Specification[Ta]]
  20. def lookupValueDefinition[Ta, Va](modulePath: Path)(localName: Name)(packageDef: Definition[Ta, Va]): Maybe[Value.Definition[Ta, Va]]
  21. def lookupValueSpecification[Ta](modulePath: Path)(localName: Name)(packageSpec: Specification[Ta]): Maybe[Value.Specification[Ta]]
  22. def mapDefinitionAttributes[Ta, Tb, Va, Vb](tf: (Ta) => Tb)(vf: (Va) => Vb)(_def: Definition[Ta, Va]): Definition[Tb, Vb]
  23. def mapSpecificationAttributes[Ta, Tb](tf: (Ta) => Tb)(spec: Specification[Ta]): Specification[Tb]
  24. implicit def moduleNameOrdering: Ordering[ModuleName]
  25. def modulesOrderedByDependency(packageName: PackageName)(packageDef: Definition[Unit, Type[Unit]]): Result[CycleDetected[ModuleName], List[(ModuleName, AccessControlled[Module.Definition[Unit, Type[Unit]]])]]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def selectModules[Ta, Va](modulesToInclude: Set[ModuleName])(packageName: PackageName)(packageDef: Definition[Ta, Va]): Definition[Ta, Va]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped