Packages

trait Module extends TriModule

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

Abstract Value Members

  1. abstract def accumFindTypeIdsByNamespace(namespacePrefix: String, accum: Map[Name, IModuleTypeDeclaration]): Unit
  2. abstract def accumFuzzyFindTypeIds(name: String, accum: Map[Name, IModuleTypeDeclaration]): Unit
  3. abstract val dependents: ArraySeq[TModule]

    The modules that this module depends on deploy order

    The modules that this module depends on deploy order

    Definition Classes
    TriModule
  4. abstract def findExactTypeId(name: String, typeRef: UnresolvedTypeRef): Option[IModuleTypeDeclaration]
  5. abstract def findTypesByPath(path: String): Seq[IModuleTypeDeclaration]
  6. abstract def findTypesByPathPredicate(predicate: (String) => Boolean): Seq[IModuleTypeDeclaration]
  7. abstract def fuzzyFindTypeId(name: String): Option[IModuleTypeDeclaration]
  8. abstract def fuzzyFindTypesByPath(pathPrefix: String): Seq[IModuleTypeDeclaration]
  9. abstract def isVisibleFile(path: PathLike): Boolean

    Test if a file is visible to this module, i.e.

    Test if a file is visible to this module, i.e. in scope & not ignored

    Definition Classes
    TriModule
  10. abstract val pkg: Package

    The parent package that this module belongs to

    The parent package that this module belongs to

    Definition Classes
    ModuleTriModule

Concrete 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. lazy val baseModules: ArraySeq[TModule]

    The modules that this module depends on in reverse deploy order

    The modules that this module depends on in reverse deploy order

    Definition Classes
    TriModule
  6. lazy val basePackages: ArraySeq[TPackage]

    The package the parent package depends on in reverse deploy order

    The package the parent package depends on in reverse deploy order

    Definition Classes
    TriModule
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def findExactTypeId(name: String): Option[IModuleTypeDeclaration]
  12. def findTypeIdsByNamespace(namespacePrefix: String): Seq[IModuleTypeDeclaration]
  13. def fuzzyFindTypeIds(name: String): Seq[IModuleTypeDeclaration]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def isGhostedFieldName(name: Name): Boolean

    Check if a field name is ghosted in this module

    Check if a field name is ghosted in this module

    Definition Classes
    TriModule
  17. def isGhostedType(typeName: TypeName): Boolean

    Check if a type name is ghosted in this module

    Check if a type name is ghosted in this module

    Definition Classes
    TriModule
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val namespace: Option[Name]

    The module (& owning package) namespace

    The module (& owning package) namespace

    Definition Classes
    TriModule
  20. def namespaceAsString: String
  21. lazy val namespacePrefix: String

    The module (& owning package) namespace prefix

    The module (& owning package) namespace prefix

    Definition Classes
    TriModule
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. lazy val nextModule: Option[TModule]

    Find next module in search order

    Find next module in search order

    Definition Classes
    TriModule
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from IPM.TriModule

Inherited from AnyRef

Inherited from Any

Ungrouped