Class

sigma.ast.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 FromBase16Func: PredefinedFunc

    Permalink
  18. val FromBase58Func: PredefinedFunc

    Permalink
  19. val FromBase64Func: PredefinedFunc

    Permalink
  20. val GetVarFunc: PredefinedFunc

    Permalink
  21. val LongToByteArrayFunc: PredefinedFunc

    Permalink
  22. val OuterJoinFunc: PredefinedFunc

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

    Permalink
  24. val ProveDHTupleFunc: PredefinedFunc

    Permalink
  25. val ProveDlogFunc: PredefinedFunc

    Permalink
  26. val Sha256Func: PredefinedFunc

    Permalink
  27. val SigmaPropFunc: PredefinedFunc

    Permalink
  28. val SubstConstantsFunc: PredefinedFunc

    Permalink
  29. val XorOfFunc: PredefinedFunc

    Permalink
  30. val ZKProofFunc: PredefinedFunc

    Permalink
  31. final def asInstanceOf[T0]: T0

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

    Permalink
  33. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
  41. def hashCode(): Int

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

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

    Permalink
  44. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  49. 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.

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

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

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

    Permalink
  53. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped