class CounterChain extends Top[CounterChain] with Ref[Array[Range], CounterChain]

Types

Linear Supertypes
argon.lang.Top[CounterChain], Ref[Array[Range], CounterChain], Exp[Array[Range], CounterChain], ExpType[Array[Range], spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CounterChain
  2. Top
  3. Ref
  4. Exp
  5. ExpType
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CounterChain()

Type Members

  1. type L = Array[Range]
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    CounterChain → ExpType
  8. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    CounterChain → ExpType
  9. val __typeParams: Seq[Nothing]
    Attributes
    protected
    Definition Classes
    CounterChain → ExpType
  10. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    CounterChain → ExpType
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def eql(that: CounterChain): argon.lang.Bit
    Definition Classes
    Top
  16. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  17. implicit val evRef: <:<[spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Range], spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  18. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fresh: CounterChain
    Attributes
    protected
    Definition Classes
    CounterChain → ExpType
  21. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  24. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  25. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  26. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def me: spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def neql(that: CounterChain): argon.lang.Bit
    Definition Classes
    Top
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  35. def toText: argon.lang.Text
    Definition Classes
    Top
  36. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  37. def value(c: Any): Option[(Array[Range], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    @native() @throws( ... )
  41. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from argon.lang.Top[CounterChain]

Inherited from Ref[Array[Range], CounterChain]

Inherited from Exp[Array[Range], CounterChain]

Inherited from ExpType[Array[Range], spatial.lang.CounterChain @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped