Packages

class Repeat extends UnaryOperator with Widthable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Repeat
  2. Widthable
  3. WidthProvider
  4. UnaryOperator
  5. Operator
  6. Modifier
  7. Expression
  8. ExpressionContainer
  9. BaseNode
  10. ScalaLocated
  11. GlobalDataUser
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Repeat(count: Int)

Type Members

  1. abstract type T <: Expression
    Definition Classes
    UnaryOperator

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 calcWidth: Int
    Definition Classes
    RepeatWidthable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. val count: Int
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  13. def foreachExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    UnaryOperatorExpressionContainer
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  16. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  17. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  18. def getTypeObject: TypeBits.type
    Definition Classes
    RepeatExpression
  19. def getWidth: Int
    Definition Classes
    WidthableWidthProvider
  20. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def normalizeInputs: Unit
    Definition Classes
    ExpressionContainer
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def opName: String
    Definition Classes
    RepeatExpression
  28. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  29. def remapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    UnaryOperatorExpressionContainer
  30. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  31. def setScalaLocated(source: ScalaLocated): Repeat.this.type
    Definition Classes
    ScalaLocated
  32. def simplifyNode: Expression
    Definition Classes
    Expression
  33. var source: T
    Definition Classes
    UnaryOperator
  34. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Expression → AnyRef → Any
  37. def toStringMultiLine(): String
    Definition Classes
    BaseNode
  38. def toStringRec(level: Int = 1): String
    Definition Classes
    Expression
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  43. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  44. def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  45. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  46. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Widthable

Inherited from WidthProvider

Inherited from UnaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped