Class/Object

sigmastate.eval.CostingRules

CollCoster

Related Docs: object CollCoster | package CostingRules

Permalink

class CollCoster[T] extends IRContext.Coster[IRContext.Coll[T]]

Costing rules for SCollection methods (see object SCollection)

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollCoster
  2. Coster
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CollCoster(obj: IRContext.RCosted[IRContext.Coll[T]], method: SMethod, costedArgs: Seq[IRContext.RCosted[_]], args: Seq[IRContext.Sym])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bigIntPropertyAccess(prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[IRContext.BigInt]): IRContext.RCosted[IRContext.BigInt]

    Permalink
    Definition Classes
    Coster
  6. def boxPropertyAccess(prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[IRContext.Box], propSize: (IRContext.RSize[IRContext.Coll[T]]) ⇒ IRContext.RSize[IRContext.Box]): IRContext.RCosted[IRContext.Box]

    Permalink
    Definition Classes
    Coster
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def constantSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[R]): IRContext.RCosted[R]

    Permalink
    Definition Classes
    Coster
  9. def costOfArgs: Seq[IRContext.Ref[Int]]

    Permalink
    Definition Classes
    Coster
  10. def defaultCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.RColl[R], propSize: (IRContext.RSize[IRContext.Coll[T]]) ⇒ IRContext.RSize[IRContext.Coll[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedColl[R]

    Permalink
    Definition Classes
    Coster
  11. def defaultOptionPropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.ROption[R], propSize: (IRContext.RSize[IRContext.Coll[T]]) ⇒ IRContext.RSize[IRContext.WOption[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedOption[R]

    Permalink
    Definition Classes
    Coster
  12. def defaultPropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[R], propSize: (IRContext.RSize[IRContext.Coll[T]]) ⇒ IRContext.RSize[R]): IRContext.RCosted[R]

    Permalink
    Definition Classes
    Coster
  13. def digest32PropertyAccess(prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[IRContext.Coll[Byte]]): IRContext.Ref[IRContext.CostedColl[Byte]]

    Permalink
    Definition Classes
    Coster
  14. implicit val eT: IRContext.Elem[T]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filter(_f: IRContext.RCosted[(T) ⇒ Boolean]): IRContext.RCosted[IRContext.Coll[T]]

    Permalink
  18. def flatMap[B](fC: IRContext.RCosted[(T) ⇒ IRContext.Coll[B]]): IRContext.RCostedColl[B]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def groupElementPropertyAccess(prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[IRContext.GroupElement]): IRContext.RCosted[IRContext.GroupElement]

    Permalink
    Definition Classes
    Coster
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def indexOf(elem: IRContext.RCosted[T], from: IRContext.RCosted[Int]): IRContext.RCosted[Int]

    Permalink
  23. def indices(): IRContext.RCostedColl[Int]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def knownLengthCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[IRContext.Coll[R]], info: IRContext.KnownCollInfo[R]): IRContext.Ref[IRContext.CostedColl[R]]

    Permalink
    Definition Classes
    Coster
  26. def knownSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.Coll[T]]) ⇒ IRContext.Ref[R], size: IRContext.RSize[R]): IRContext.RCosted[R]

    Permalink
    Definition Classes
    Coster
  27. def map[B](_f: IRContext.RCosted[(T) ⇒ B]): IRContext.RCosted[IRContext.Coll[B]]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def patch(from: IRContext.RCosted[Int], patch: IRContext.RCosted[IRContext.Coll[T]], replaced: IRContext.RCosted[Int]): IRContext.RCosted[IRContext.Coll[T]]

    Permalink
  32. def sizeOfArgs: IRContext.Ref[Long]

    Permalink
    Definition Classes
    Coster
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def updateMany(indexes: IRContext.RCosted[IRContext.Coll[Int]], values: IRContext.RCosted[IRContext.Coll[T]]): IRContext.RCosted[IRContext.Coll[T]]

    Permalink
  36. def updated(index: IRContext.RCosted[Int], elem: IRContext.RCosted[T]): IRContext.RCosted[IRContext.Coll[T]]

    Permalink
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zip[B](ys: IRContext.RCosted[IRContext.Coll[B]]): IRContext.RCosted[IRContext.Coll[(T, B)]]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from IRContext.Coster[IRContext.Coll[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped