Packages

implicit final class ValueOps extends AnyVal

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

Instance Constructors

  1. new ValueOps(v: Value[SType])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def asBigInt: Value[SBigInt.type]
  5. def asBoolValue: Value[SBoolean.type]
  6. def asBox: Value[SBox.type]
  7. def asByteArray: Value[SByteArray]
  8. def asByteValue: Value[SByte.type]
  9. def asCollection[T <: SType]: Value[SCollection[T]]
  10. def asConcreteCollection[T <: SType]: ConcreteCollection[T]
  11. def asFunc: Value[SFunc]
  12. def asGroupElement: Value[SGroupElement.type]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def asIntArray: Value[SIntArray]
  15. def asIntValue: Value[SInt.type]
  16. def asLongValue: Value[SLong.type]
  17. def asNumValue: Value[SNumericType]
  18. def asOption[T <: SType]: Value[SOption[T]]
  19. def asShortValue: Value[SShort.type]
  20. def asSigmaProp: Value[SSigmaProp.type]
  21. def asStringValue: Value[SString.type]
  22. def asTuple: Value[STuple]
  23. def asValue[T <: SType]: Value[T]
  24. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def toString(): String
    Definition Classes
    Any
  27. def upcastTo[T <: SNumericType](targetType: T): Value[T]
  28. val v: Value[SType]
  29. def withEnsuredSrcCtx[T <: SType](sourceContext: Nullable[SourceContext]): Value[T]

    Set source context only if it's empty

  30. def withPropagatedSrcCtx[T <: SType](srcCtx: Nullable[SourceContext]): Value[T]

    Set source context to all nodes missing source context in the given tree.

    Set source context to all nodes missing source context in the given tree.

    srcCtx

    source context to set

    returns

    AST where all nodes with missing source context are set to the given srcCtx

  31. def withSrcCtx[T <: SType](sourceContext: Nullable[SourceContext]): Value[T]

Inherited from AnyVal

Inherited from Any

Ungrouped