Packages

class AvlTreeCoster extends IRContext.Coster[IRContext.AvlTree]

Costing rules for SAvlTree methods

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

Instance Constructors

  1. new AvlTreeCoster(obj: IRContext.RCosted[IRContext.AvlTree], 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.AvlTree]) ⇒ IRContext.Ref[IRContext.BigInt]): IRContext.RCosted[IRContext.BigInt]
    Definition Classes
    Coster
  6. def boxPropertyAccess(prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[IRContext.Box], propSize: (IRContext.RSize[IRContext.AvlTree]) ⇒ 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.AvlTree]) ⇒ IRContext.Ref[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  9. def contains(key: IRContext.RCosted[IRContext.Coll[Byte]], proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[Boolean]
  10. def costOfArgs: Seq[IRContext.Ref[Int]]
    Definition Classes
    Coster
  11. def defaultCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.RColl[R], propSize: (IRContext.RSize[IRContext.AvlTree]) ⇒ IRContext.RSize[IRContext.Coll[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedColl[R]
    Definition Classes
    Coster
  12. def defaultOptionPropertyAccess[R](prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.ROption[R], propSize: (IRContext.RSize[IRContext.AvlTree]) ⇒ IRContext.RSize[IRContext.WOption[R]], itemCost: IRContext.Ref[Int])(implicit arg0: IRContext.Elem[R]): IRContext.RCostedOption[R]
    Definition Classes
    Coster
  13. def defaultPropertyAccess[R](prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[R], propSize: (IRContext.RSize[IRContext.AvlTree]) ⇒ IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  14. def digest(): IRContext.Ref[IRContext.CostedColl[Byte]]
  15. def digest32PropertyAccess(prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[IRContext.Coll[Byte]]): IRContext.Ref[IRContext.CostedColl[Byte]]
    Definition Classes
    Coster
  16. def enabledOperations(): IRContext.RCosted[Byte]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get(key: IRContext.RCosted[IRContext.Coll[Byte]], proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[IRContext.WOption[IRContext.Coll[Byte]]]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getMany(_keys: IRContext.RCosted[IRContext.Coll[IRContext.Coll[Byte]]], _proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[IRContext.Coll[IRContext.WOption[IRContext.Coll[Byte]]]]
  23. def groupElementPropertyAccess(prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[IRContext.GroupElement]): IRContext.RCosted[IRContext.GroupElement]
    Definition Classes
    Coster
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def insert(kvs: IRContext.RCosted[IRContext.Coll[(IRContext.Coll[Byte], IRContext.Coll[Byte])]], proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[IRContext.WOption[IRContext.AvlTree]]
  26. def isInsertAllowed(): IRContext.RCosted[Boolean]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isRemoveAllowed(): IRContext.RCosted[Boolean]
  29. def isUpdateAllowed(): IRContext.RCosted[Boolean]
  30. def keyLength(): IRContext.RCosted[Int]
  31. def knownLengthCollPropertyAccess[R](prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[IRContext.Coll[R]], info: IRContext.KnownCollInfo[R]): IRContext.Ref[IRContext.CostedColl[R]]
    Definition Classes
    Coster
  32. def knownSizePropertyAccess[R](prop: (IRContext.Ref[IRContext.AvlTree]) ⇒ IRContext.Ref[R], size: IRContext.RSize[R]): IRContext.RCosted[R]
    Definition Classes
    Coster
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def remove(keys: IRContext.RCosted[IRContext.Coll[IRContext.Coll[Byte]]], proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[IRContext.WOption[IRContext.AvlTree]]
  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. def update(kvs: IRContext.RCosted[IRContext.Coll[(IRContext.Coll[Byte], IRContext.Coll[Byte])]], proof: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.RCosted[IRContext.WOption[IRContext.AvlTree]]
  41. def updateDigest(newDigest: IRContext.RCosted[IRContext.Coll[Byte]]): IRContext.Ref[IRContext.CCostedPrim[IRContext.AvlTree]]
  42. def updateOperations(flags: IRContext.RCosted[Byte]): IRContext.Ref[IRContext.CCostedPrim[IRContext.AvlTree]]
  43. def valueLengthOpt(): IRContext.RCostedOption[Int]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped