object Value

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type PropositionCode = Byte

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. val EmptyArray: Array[SValue]

    Immutable empty array of values.

    Immutable empty array of values. Can be used to avoid allocation.

  5. val EmptySeq: IndexedSeq[SValue]

    Immutable empty Seq of values.

    Immutable empty Seq of values. Can be used to avoid allocation.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkType(tpe: SType, evalResult: Any): Unit
  8. def checkType(node: SValue, evalResult: Any): Unit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasDeserialize(exp: SValue): Boolean

    Traverses the given expression tree and counts the number of deserialization operations.

    Traverses the given expression tree and counts the number of deserialization operations. If it is non-zero, returns true.

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit def liftBigInt(arr: BigInt): Value[SBigInt.type]
  18. implicit def liftByte(n: Byte): Value[SByte.type]
  19. implicit def liftByteArray(arr: Array[Byte]): Value[SByteArray]
  20. implicit def liftECPoint(g: EcPointType): Value[SGroupElement.type]
  21. implicit def liftGroupElement(g: GroupElement): Value[SGroupElement.type]
  22. implicit def liftInt(n: Int): Value[SInt.type]
  23. implicit def liftLong(n: Long): Value[SLong.type]
  24. implicit def liftShort(n: Short): Value[SShort.type]
  25. implicit def liftSigmaBoolean(sb: SigmaBoolean): Value[SSigmaProp.type]
  26. implicit def liftSigmaProp(g: SigmaProp): Value[SSigmaProp.type]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def notSupportedError(v: Any, opName: String): Nothing
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def typeError(tpe: SType, evalResult: Any): Nothing
  34. def typeError(node: SValue, evalResult: Any): Nothing
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. object Typed

Inherited from AnyRef

Inherited from Any

Ungrouped