dotty.tools.dotc.core

SymDenotations

Related Docs: trait SymDenotations | package core

object SymDenotations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymDenotations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ClassDenotation extends SymDenotation

    The contents of a class definition during a period

  2. final class FingerPrint extends AnyVal

    A fingerprint is a bitset that acts as a bloom filter for sets of names.

  3. abstract class LazyType extends UncachedGroundType with (Symbol) ⇒ LazyType with (TermSymbol, ClassSymbol) ⇒ LazyType

    Instances of LazyType are carried by uncompleted symbols.

    Instances of LazyType are carried by uncompleted symbols. Note: LazyTypes double up as (constant) functions from Symbol and from (TermSymbol, ClassSymbol) to LazyType. That way lazy types can be directly passed to symbol creation methods in Symbols that demand instances of these function types.

  4. class ModuleCompleter extends LazyType

    A lazy type for modules that points to the module class.

    A lazy type for modules that points to the module class. Needed so that moduleClass works before completion. Completion of modules is always completion of the underlying module class, followed by copying the relevant fields to the module.

  5. class NoCompleter extends LazyType

    A missing completer

    A missing completer

    Annotations
    @sharable()
  6. class NoDenotation extends SymDenotation

  7. class PackageClassDenotation extends ClassDenotation

    The denotation of a package class.

    The denotation of a package class. It overrides ClassDenotation to take account of package objects when looking for members

  8. class StubInfo extends LazyType

    A completer for missing references

  9. class SymDenotation extends SingleDenotation

    A sym-denotation represents the contents of a definition during a period.

  10. trait TypeParamsCompleter extends LazyType

    A subclass of LazyTypes where type parameters can be completed independently of the info.

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. object FingerPrint

  5. object NoCompleter extends NoCompleter

  6. val NoDenotation: NoDenotation

  7. val NoSymbolFn: (Context) ⇒ NoSymbol.type

  8. val NotDefinedHereDenotation: NoDenotation

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped