Packages

object GraphDumpBootstrapModule extends GraphDumpBootstrapModule

Linear Supertypes
GraphDumpBootstrapModule, BootstrapModuleDef, ModuleDefDSL, TagsDSL, IncludesDSL, AbstractBindingDefDSL[MakeDSL, MakeDSLUnnamedAfterFrom, SetDSL], AbstractBindingDefDSLMacro[MakeDSL], BootstrapModule, ModuleBase, CachedHashcode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphDumpBootstrapModule
  2. GraphDumpBootstrapModule
  3. BootstrapModuleDef
  4. ModuleDefDSL
  5. TagsDSL
  6. IncludesDSL
  7. AbstractBindingDefDSL
  8. AbstractBindingDefDSLMacro
  9. BootstrapModule
  10. ModuleBase
  11. CachedHashcode
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class MutationContext extends AnyRef
    Definition Classes
    AbstractBindingDefDSL

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. def _initialIncludes: ArrayBuffer[Include]
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  5. def _initialState: ArrayBuffer[BindingRef]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  6. def _initialTaggedIncludes: ArrayBuffer[IncludeApplyTags]
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  7. def _initialTags: Set[BindingTag]
    Attributes
    protected[this]
    Definition Classes
    TagsDSL
  8. final def _make[T](provider: Functoid[T])(implicit arg0: Tag[T], pos: CodePositionMaterializer): MakeDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  9. def _registered[T <: BindingRef](bindingRef: T): T
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  10. final def addImplicit[T](implicit arg0: Tag[T], instance: T, pos: CodePositionMaterializer): MakeDSLUnnamedAfterFrom[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  11. def apply(): GraphDumpBootstrapModule.type
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. final def bindings: Set[Binding]
    Definition Classes
    ModuleDefDSL
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def equals(obj: Any): Boolean
    Definition Classes
    ModuleBase → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def hash: Int
    Attributes
    protected
    Definition Classes
    ModuleBase → CachedHashcode
  20. final lazy val hashCode: Int
    Definition Classes
    CachedHashcode → AnyRef → Any
  21. final def include(that: ModuleBase): Unit
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  22. final def includeApplyTags(that: ModuleBase): Unit
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def iterator: Iterator[Binding]
    Definition Classes
    ModuleDefDSL
  25. final def keys: Set[DIKey]
    Definition Classes
    ModuleBase
  26. final def keysIterator: Iterator[DIKey]
    Definition Classes
    ModuleDefDSL
  27. final macro def make[T]: MakeDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSLMacro
  28. final def makeFactory[T](implicit arg0: Tag[T], arg1: FactoryConstructor[T]): MakeDSLUnnamedAfterFrom[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  29. final def makeSubcontext[T](implicit arg0: Tag[T]): SubcontextDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  30. final def makeSubcontext[T](submodule: ModuleBase)(implicit arg0: Tag[T]): SubcontextDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  31. final def makeTrait[T](implicit arg0: Tag[T], arg1: TraitConstructor[T]): MakeDSLUnnamedAfterFrom[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  32. final def many[T](implicit tag: Tag[Set[T]], pos: CodePositionMaterializer): SetDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  33. final def modify[T]: ModifyDSL[T, MakeDSL, MakeDSLUnnamedAfterFrom, SetDSL]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  34. implicit final lazy val mutationContext: MutationContext
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def tag(tags: BindingTag*): Unit
    Attributes
    protected[this]
    Definition Classes
    TagsDSL
  40. final def toString(): String
    Definition Classes
    ModuleBase → AnyRef → Any
  41. final def todo[T](implicit arg0: Tag[T], pos: CodePositionMaterializer): MakeDSLUnnamedAfterFrom[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BootstrapModuleDef

Inherited from ModuleDefDSL

Inherited from TagsDSL

Inherited from IncludesDSL

Inherited from AbstractBindingDefDSL[MakeDSL, MakeDSLUnnamedAfterFrom, SetDSL]

Inherited from AbstractBindingDefDSLMacro[MakeDSL]

Inherited from BootstrapModule

Inherited from ModuleBase

Inherited from CachedHashcode

Inherited from AnyRef

Inherited from Any

Ungrouped