Object

sigma.ast

SContextMethods

Related Doc: package ast

Permalink

object SContextMethods extends MonoTypeMethods with Product with Serializable

Type descriptor of Context type of ErgoTree.

Linear Supertypes
Serializable, Serializable, Product, Equals, MonoTypeMethods, MethodsContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SContextMethods
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MonoTypeMethods
  7. MethodsContainer
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 BlockchainContextMethodNames: IndexedSeq[String]

    Permalink

    Names of methods which provide blockchain context.

    Names of methods which provide blockchain context. This value can be reused where necessary to avoid allocations.

  5. val ContextFuncDom: IndexedSeq[SType]

    Permalink

    Arguments on context operation such as getVar, DeserializeContext etc.

    Arguments on context operation such as getVar, DeserializeContext etc. This value can be reused where necessary to avoid allocations.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val dataInputsMethod: SMethod

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getMethodById(methodId: Byte): Option[SMethod]

    Permalink

    Lookup method by its id in this type.

    Lookup method by its id in this type.

    Definition Classes
    MethodsContainer
    Annotations
    @inline()
  14. def getMethodByName(name: String): SMethod

    Permalink

    Looks up the method descriptor by the method name.

    Looks up the method descriptor by the method name.

    Definition Classes
    MethodsContainer
  15. def getMethods(): Seq[SMethod]

    Permalink

    This method should be overriden in derived classes to add new methods in addition to inherited.

    This method should be overriden in derived classes to add new methods in addition to inherited. Typical override: super.getMethods() ++ Seq(m1, m2, m3)

    Attributes
    protected
    Definition Classes
    SContextMethodsMethodsContainer
  16. lazy val getVarMethod: SMethod

    Permalink
  17. def hasMethod(name: String): Boolean

    Permalink

    Returns true if this type has a method with the given name.

    Returns true if this type has a method with the given name.

    Definition Classes
    MethodsContainer
  18. lazy val headersMethod: SMethod

    Permalink
  19. lazy val heightMethod: SMethod

    Permalink
  20. lazy val inputsMethod: SMethod

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val lastBlockUtxoRootHashMethod: SMethod

    Permalink
  23. def method(methodName: String): Option[SMethod]

    Permalink

    Finds a method descriptor SMethod for the given name.

    Finds a method descriptor SMethod for the given name.

    Definition Classes
    MethodsContainer
  24. def methodById(methodId: Byte): SMethod

    Permalink

    Lookup method in this type by method's id or throw ValidationException.

    Lookup method in this type by method's id or throw ValidationException. This method can be used in trySoftForkable section to either obtain valid method or catch ValidatioinException which can be checked for soft-fork condition. It delegate to getMethodById to lookup method.

    Definition Classes
    MethodsContainer
    See also

    getMethodById

  25. def methodIndex(name: String): Int

    Permalink

    Returns -1 if method is not found.

    Returns -1 if method is not found.

    Definition Classes
    MethodsContainer
  26. lazy val methods: Seq[SMethod]

    Permalink

    Returns all the methods of this type.

    Returns all the methods of this type.

    Definition Classes
    MethodsContainer
  27. lazy val minerPubKeyMethod: SMethod

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. lazy val outputsMethod: SMethod

    Permalink
  32. def ownerType: SMonoType

    Permalink

    Type for which this container defines methods.

    Type for which this container defines methods.

    Definition Classes
    SContextMethodsMonoTypeMethodsMethodsContainer
  33. lazy val preHeaderMethod: SMethod

    Permalink
  34. def property(name: String, tpeRes: SType, id: Byte, valueCompanion: ValueCompanion): SMethod

    Permalink

    Helper method to create method descriptors for properties (i.e.

    Helper method to create method descriptors for properties (i.e. methods without args).

    Attributes
    protected
    Definition Classes
    MonoTypeMethods
  35. def propertyCall(name: String, tpeRes: SType, id: Byte, costKind: CostKind): SMethod

    Permalink

    Helper method to create method descriptors for properties (i.e.

    Helper method to create method descriptors for properties (i.e. methods without args).

    Attributes
    protected
    Definition Classes
    MonoTypeMethods
  36. lazy val selfBoxIndexMethod: SMethod

    Permalink
  37. lazy val selfMethod: SMethod

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

    Permalink
    Definition Classes
    AnyRef
  39. lazy val thisRClass: RClass[_]

    Permalink

    Represents class of this.

    Represents class of this.

    Definition Classes
    MethodsContainer
  40. def toString(): String

    Permalink
    Definition Classes
    MethodsContainer → AnyRef → Any
  41. def typeId: Byte

    Permalink
    Definition Classes
    MethodsContainer
  42. def typeName: String

    Permalink
    Definition Classes
    MethodsContainer
  43. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MonoTypeMethods

Inherited from MethodsContainer

Inherited from AnyRef

Inherited from Any

Ungrouped