Object

sigma.ast

SUnitMethods

Related Doc: package ast

Permalink

object SUnitMethods extends MonoTypeMethods with Product with Serializable

The type with single inhabitant value ()

Linear Supertypes
Serializable, Serializable, Product, Equals, MonoTypeMethods, MethodsContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SUnitMethods
  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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. 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()
  11. 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
  12. 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
    MethodsContainer
  13. 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
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. 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
  16. 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

  17. def methodIndex(name: String): Int

    Permalink

    Returns -1 if method is not found.

    Returns -1 if method is not found.

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

    Permalink

    Returns all the methods of this type.

    Returns all the methods of this type.

    Definition Classes
    MethodsContainer
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def ownerType: SUnit.type

    Permalink

    Type for which this container defines methods.

    Type for which this container defines methods.

    Definition Classes
    SUnitMethodsMonoTypeMethodsMethodsContainer
  23. 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
  24. 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
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    Represents class of this.

    Represents class of this.

    Definition Classes
    MethodsContainer
  27. def toString(): String

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

    Permalink
    Definition Classes
    MethodsContainer
  29. def typeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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