spinal.core

Nameable

Related Docs: object Nameable | package core

trait Nameable extends OwnableRef with ContextUser

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nameable
  2. ContextUser
  3. ScalaLocated
  4. GlobalDataUser
  5. OwnableRef
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type RefOwnerType

    Definition Classes
    OwnableRef

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def component: Component

    Definition Classes
    ContextUser
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getDisplayName(): String

  13. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  14. def getName(default: String): String

  15. def getName(): String

  16. def getRefOwnersChain(): List[Any]

    Definition Classes
    OwnableRef
  17. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  18. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  19. def getScalaTrace(): Throwable

    Definition Classes
    ContextUserScalaLocated
  20. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isNamed: Boolean

  24. def isUnnamed: Boolean

  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. var parentScope: ScopeStatement

    Definition Classes
    ContextUser
  29. var refOwner: RefOwnerType

    Definition Classes
    OwnableRef
  30. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Nameable.this.type

  31. def setCompositeName(nameable: Nameable, postfix: String): Nameable.this.type

  32. def setCompositeName(nameable: Nameable, weak: Boolean): Nameable.this.type

  33. def setCompositeName(nameable: Nameable): Nameable.this.type

  34. def setName(name: String, weak: Boolean = false): Nameable.this.type

  35. def setPartialName(name: String, weak: Boolean): Nameable.this.type

  36. def setPartialName(owner: Nameable, name: String, weak: Boolean): Nameable.this.type

  37. def setPartialName(name: String): Nameable.this.type

  38. def setPartialName(owner: Nameable, name: String): Nameable.this.type

  39. def setRefOwner(that: Any): Unit

    Definition Classes
    OwnableRef
  40. def setScalaLocated(source: ScalaLocated): Nameable.this.type

    Definition Classes
    ScalaLocated
  41. def setWeakName(name: String): Nameable.this.type

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  44. def unsetName(): Nameable.this.type

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped