Packages

class ContextCoster extends IRContext.Coster[IRContext.Context]

Costing rules for SContext methods

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

Instance Constructors

  1. new ContextCoster(obj: IRContext.RCosted[IRContext.Context], 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. def HEIGHT: IRContext.RCosted[Int]
  5. def INPUTS: IRContext.RCostedColl[IRContext.Box]
  6. def LastBlockUtxoRootHash: IRContext.RCosted[IRContext.AvlTree]
  7. def OUTPUTS: IRContext.RCostedColl[IRContext.Box]
  8. def SELF: IRContext.RCosted[IRContext.Box]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bigIntPropertyAccess(prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.BigInt]): IRContext.RCosted[IRContext.BigInt]
    Definition Classes
    Coster
  11. def boxCollProperty(prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.Coll[IRContext.Box]], propSize: (IRContext.Ref[IRContext.SizeContext]) ⇒ IRContext.RSize[IRContext.Coll[IRContext.Box]]): IRContext.RCostedColl[IRContext.Box]
  12. def boxPropertyAccess(prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.Box], propSize: (IRContext.RSize[IRContext.Context]) ⇒ IRContext.RSize[IRContext.Box]): IRContext.RCosted[IRContext.Box]
    Definition Classes
    Coster
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def constantSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  15. def costOfArgs: Seq[IRContext.Ref[Int]]
    Definition Classes
    Coster
  16. def dataInputs(): IRContext.RCostedColl[IRContext.Box]
  17. def defaultCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.RColl[R], propSize: (IRContext.RSize[IRContext.Context]) ⇒ IRContext.RSize[IRContext.Coll[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedColl[R]
    Definition Classes
    Coster
  18. def defaultOptionPropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.ROption[R], propSize: (IRContext.RSize[IRContext.Context]) ⇒ IRContext.RSize[IRContext.WOption[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedOption[R]
    Definition Classes
    Coster
  19. def defaultPropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[R], propSize: (IRContext.RSize[IRContext.Context]) ⇒ IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  20. def digest32PropertyAccess(prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.Coll[Byte]]): IRContext.Ref[IRContext.CostedColl[Byte]]
    Definition Classes
    Coster
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def groupElementPropertyAccess(prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.GroupElement]): IRContext.RCosted[IRContext.GroupElement]
    Definition Classes
    Coster
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def headers(): IRContext.Ref[IRContext.CostedColl[IRContext.Header]]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def knownLengthCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[IRContext.Coll[R]], info: IRContext.KnownCollInfo[R]): IRContext.Ref[IRContext.CostedColl[R]]
    Definition Classes
    Coster
  30. def knownSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.Context]) ⇒ IRContext.Ref[R], size: IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  31. def minerPubKey: IRContext.RCostedColl[Byte]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def preHeader(): IRContext.RCosted[IRContext.PreHeader]
  36. def selfBoxIndex: IRContext.RCosted[Int]
  37. def sizeOfArgs: IRContext.Ref[Long]
    Definition Classes
    Coster
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped