Class

sigmastate.lang.SigmaPredef

PredefinedFuncRegistry

Related Doc: package SigmaPredef

Permalink

class PredefinedFuncRegistry extends AnyRef

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

Instance Constructors

  1. new PredefinedFuncRegistry(builder: SigmaBuilder)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AllOfFunc: PredefinedFunc

    Permalink
  5. val AllZKFunc: PredefinedFunc

    Permalink
  6. val AnyOfFunc: PredefinedFunc

    Permalink
  7. val AnyZKFunc: PredefinedFunc

    Permalink
  8. val AtLeastFunc: PredefinedFunc

    Permalink
  9. val AvlTreeFunc: PredefinedFunc

    Permalink
  10. val Blake2b256Func: PredefinedFunc

    Permalink
  11. val ByteArrayToBigIntFunc: PredefinedFunc

    Permalink
  12. val ByteArrayToLongFunc: PredefinedFunc

    Permalink
  13. val DecodePointFunc: PredefinedFunc

    Permalink
  14. val DeserializeFunc: PredefinedFunc

    Permalink
  15. val ExecuteFromSelfRegFunc: PredefinedFunc

    Permalink
  16. val ExecuteFromVarFunc: PredefinedFunc

    Permalink
  17. val FromBase58Func: PredefinedFunc

    Permalink
  18. val FromBase64Func: PredefinedFunc

    Permalink
  19. val GetVarFunc: PredefinedFunc

    Permalink
  20. val LongToByteArrayFunc: PredefinedFunc

    Permalink
  21. val OuterJoinFunc: PredefinedFunc

    Permalink
  22. def PKFunc(networkPrefix: NetworkPrefix): PredefinedFunc

    Permalink
  23. val ProveDHTupleFunc: PredefinedFunc

    Permalink
  24. val ProveDlogFunc: PredefinedFunc

    Permalink
  25. val Sha256Func: PredefinedFunc

    Permalink
  26. val SigmaPropFunc: PredefinedFunc

    Permalink
  27. val SubstConstantsFunc: PredefinedFunc

    Permalink
  28. val XorOfFunc: PredefinedFunc

    Permalink
  29. val ZKProofFunc: PredefinedFunc

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def binaryOp(symbolName: String, opDesc: ValueCompanion, desc: String, args: Seq[ArgInfo]): PredefinedFunc

    Permalink
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def comparisonOp(symbolName: String, opDesc: ValueCompanion, desc: String, args: Seq[ArgInfo]): PredefinedFunc

    Permalink
  34. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. val funcs: Map[String, PredefinedFunc]

    Permalink
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. val globalFuncs: Map[String, PredefinedFunc]

    Permalink
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  41. val infixFuncs: Map[String, PredefinedFunc]

    Permalink
  42. def irBuilderForFunc(name: String): Option[IrBuilderFunc]

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def logicalOp(symbolName: String, opDesc: ValueCompanion, desc: String, args: Seq[ArgInfo]): PredefinedFunc

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. val specialFuncs: Map[String, PredefinedFunc]

    Permalink

    WARNING: This operations are not used in frontend, and should be be used.

    WARNING: This operations are not used in frontend, and should be be used. They are used in SpecGen only the source of metadata for the corresponding ErgoTree nodes.

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. val unaryFuncs: Map[String, PredefinedFunc]

    Permalink
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped