o

zio.morphir.ir

ModuleModule

object ModuleModule

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

Type Members

  1. final case class Definition[+Annotations](types: Map[Name, AccessControlled[Documented[TypeModule.Definition[Annotations]]]], values: Map[Name, AccessControlled[ValueDefinition[Annotations]]]) extends Product with Serializable
  2. final case class ModuleName(namespace: Path, localName: Name) extends Product with Serializable
  3. final case class ModulePath(toPath: Path) extends AnyVal with Product with Serializable
  4. final case class QualifiedModuleName(packageName: Path, module: Path) extends Product with Serializable
  5. final case class Specification[+Annotations](types: Map[Name, Documented[TypeModule.Specification[Annotations]]], values: Map[Name, ValueModule.Specification[Annotations]]) extends Product with Serializable
  6. type USpecification = Specification[Any]

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. val USpecification: Specification.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. lazy val emptyDefinition: Definition[Any]
  8. lazy val emptySpecification: Specification[Any]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. object Definition extends Serializable
  24. object ModuleName extends Serializable
  25. object Specification extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped