Packages

class PreHeaderCoster extends IRContext.Coster[IRContext.PreHeader]

Costing rules for SPreHeader methods

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

Instance Constructors

  1. new PreHeaderCoster(obj: IRContext.RCosted[IRContext.PreHeader], method: SMethod, costedArgs: Seq[IRContext.RCosted[_]], args: Seq[IRContext.Sym])

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 bigIntPropertyAccess(prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[IRContext.BigInt]): IRContext.RCosted[IRContext.BigInt]
    Definition Classes
    Coster
  6. def boxPropertyAccess(prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[IRContext.Box], propSize: (IRContext.RSize[IRContext.PreHeader]) ⇒ IRContext.RSize[IRContext.Box]): IRContext.RCosted[IRContext.Box]
    Definition Classes
    Coster
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def constantSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  9. def costOfArgs: Seq[IRContext.Ref[Int]]
    Definition Classes
    Coster
  10. def defaultCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.RColl[R], propSize: (IRContext.RSize[IRContext.PreHeader]) ⇒ IRContext.RSize[IRContext.Coll[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedColl[R]
    Definition Classes
    Coster
  11. def defaultOptionPropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.ROption[R], propSize: (IRContext.RSize[IRContext.PreHeader]) ⇒ IRContext.RSize[IRContext.WOption[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedOption[R]
    Definition Classes
    Coster
  12. def defaultPropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[R], propSize: (IRContext.RSize[IRContext.PreHeader]) ⇒ IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  13. def digest32PropertyAccess(prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[IRContext.Coll[Byte]]): IRContext.Ref[IRContext.CostedColl[Byte]]
    Definition Classes
    Coster
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def groupElementPropertyAccess(prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[IRContext.GroupElement]): IRContext.RCosted[IRContext.GroupElement]
    Definition Classes
    Coster
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def height(): IRContext.RCosted[Int]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def knownLengthCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[IRContext.Coll[R]], info: IRContext.KnownCollInfo[R]): IRContext.Ref[IRContext.CostedColl[R]]
    Definition Classes
    Coster
  23. def knownSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.PreHeader]) ⇒ IRContext.Ref[R], size: IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  24. def minerPk(): IRContext.RCosted[IRContext.GroupElement]
  25. def nBits(): IRContext.RCosted[Long]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def parentId(): IRContext.Ref[IRContext.CostedColl[Byte]]
  30. def sizeOfArgs: IRContext.Ref[Long]
    Definition Classes
    Coster
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def timestamp(): IRContext.RCosted[Long]
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def version(): IRContext.RCosted[Byte]
  35. def votes(): IRContext.Ref[IRContext.CostedColl[Byte]]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped