Packages

t

spinal.core.internals

DeclarationStatement

trait DeclarationStatement extends LeafStatement with Nameable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeclarationStatement
  2. Nameable
  3. OwnableRef
  4. LeafStatement
  5. Statement
  6. BaseNode
  7. ContextUser
  8. ScalaLocated
  9. GlobalDataUser
  10. ExpressionContainer
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
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. val algoIncrementale: Int
    Definition Classes
    BaseNode
  5. val algoInt: Int
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def component: Component
    Definition Classes
    ContextUser
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def foreachClockDomain(func: (ClockDomain) ⇒ Unit): Unit
    Definition Classes
    Statement
  13. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  14. def foreachExpression(func: (Expression) ⇒ Unit): Unit
  15. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDisplayName(): String
    Definition Classes
    Nameable
  18. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  19. def getName(default: String): String
    Definition Classes
    Nameable
  20. def getName(): String
    Definition Classes
    Nameable
  21. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  22. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  23. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  24. def getScalaTrace(): Throwable
    Definition Classes
    ContextUserScalaLocated
  25. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def insertNext(s: Statement): Unit
    Definition Classes
    Statement
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isNamed: Boolean
    Definition Classes
    Nameable
  30. def isUnnamed: Boolean
    Definition Classes
    Nameable
  31. val lastScopeStatement: Statement
    Definition Classes
    Statement
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val nextScopeStatement: Statement
    Definition Classes
    Statement
  34. def normalizeInputs: Unit
    Definition Classes
    ExpressionContainer
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  38. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @dontName()
  39. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  40. def remapExpressions(func: (Expression) ⇒ Expression): Unit
  41. def removeStatement(): Unit
    Definition Classes
    Statement
  42. def removeStatementFromScope(): Unit
    Definition Classes
    Statement
  43. def rootScopeStatement: ScopeStatement
    Definition Classes
    Statement
  44. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): DeclarationStatement.this.type
    Definition Classes
    Nameable
  45. def setCompositeName(nameable: Nameable, postfix: String): DeclarationStatement.this.type
    Definition Classes
    Nameable
  46. def setCompositeName(nameable: Nameable, weak: Boolean): DeclarationStatement.this.type
    Definition Classes
    Nameable
  47. def setCompositeName(nameable: Nameable): DeclarationStatement.this.type
    Definition Classes
    Nameable
  48. def setName(name: String, weak: Boolean = false): DeclarationStatement.this.type
    Definition Classes
    Nameable
  49. def setPartialName(name: String, weak: Boolean): DeclarationStatement.this.type
    Definition Classes
    Nameable
  50. def setPartialName(owner: Nameable, name: String, weak: Boolean): DeclarationStatement.this.type
    Definition Classes
    Nameable
  51. def setPartialName(name: String): DeclarationStatement.this.type
    Definition Classes
    Nameable
  52. def setPartialName(owner: Nameable, name: String): DeclarationStatement.this.type
    Definition Classes
    Nameable
  53. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  54. def setScalaLocated(source: ScalaLocated): DeclarationStatement.this.type
    Definition Classes
    ScalaLocated
  55. def setWeakName(name: String): DeclarationStatement.this.type
    Definition Classes
    Nameable
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  58. def toStringMultiLine(): String
    Definition Classes
    BaseNode
  59. def unsetName(): DeclarationStatement.this.type
    Definition Classes
    Nameable
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  63. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  64. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  65. def walkParentTreeStatements(func: (TreeStatement) ⇒ Unit): Unit
    Definition Classes
    Statement
  66. def walkParentTreeStatementsUntilRootScope(func: (TreeStatement) ⇒ Unit): Unit
    Definition Classes
    Statement
  67. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  68. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer

Inherited from Nameable

Inherited from OwnableRef

Inherited from LeafStatement

Inherited from Statement

Inherited from BaseNode

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from ExpressionContainer

Inherited from AnyRef

Inherited from Any

Ungrouped