Class

scalan.primitives.Thunks

ThunkElem

Related Doc: package Thunks

Permalink

case class ThunkElem[A](eItem: Scalan.Elem[A]) extends Scalan.EntityElem1[A, Scalan.Thunk[A], Scalan.Thunk] with Product with Serializable

Implements a type descriptor of Thunk[A] type given the instance of A.

Linear Supertypes
Product, Scalan.EntityElem1[A, Scalan.Thunk[A], Scalan.Thunk], Scalan.EntityElem[Scalan.Thunk[A]], Equals, Scalan.Elem[Scalan.Thunk[A]], Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThunkElem
  2. Product
  3. EntityElem1
  4. EntityElem
  5. Equals
  6. Elem
  7. TypeDesc
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThunkElem(eItem: Scalan.Elem[A])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <:<(e: Scalan.Elem[_]): Boolean

    Permalink
    Definition Classes
    Elem
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildTypeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]

    Permalink
    Definition Classes
    Elem
  7. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem1EntityElem → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectMethods: Map[Method, Scalan.MethodDesc]

    Permalink
    Attributes
    protected
    Definition Classes
    Elem
  10. val cont: Scalan.Cont[Scalan.Thunk]

    Permalink
    Definition Classes
    EntityElem1
  11. def convert(x: Scalan.Ref[Scalan.Def[_]]): Scalan.Ref[Scalan.Thunk[A]]

    Permalink
    Definition Classes
    EntityElem
  12. val eItem: Scalan.Elem[A]

    Permalink
    Definition Classes
    ThunkElemEntityElem1
  13. def entityName: String

    Permalink

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

    Definition Classes
    EntityElem
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem1EntityElem → Equals → AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getName(f: (Scalan.TypeDesc) ⇒ String): String

    Permalink
    Definition Classes
    EntityElem1ElemTypeDesc
  19. def hashCode(): Int

    Permalink
    Definition Classes
    EntityElem1EntityElem → AnyRef → Any
  20. def invokeUnlifted(mc: Scalan.MethodCall, dataEnv: Scalan.DataEnv): AnyRef

    Permalink

    Invoke source type method corresponding to the given MethodCall node.

    Invoke source type method corresponding to the given MethodCall node. The instance of receiver is obtained from dataEnv using mc.receiver symbol. The Method descriptor of the source class is taken from this.methods mapping.

    mc

    IR node representing method invocation

    dataEnv

    environment where each symbol of 'mc' has associated data value

    returns

    data value returned from invoked method

    Definition Classes
    Elem
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val liftable: Base.Liftables.Liftable[Function0[_], Scalan.Thunk[A]]

    Permalink
    Definition Classes
    ThunkElemElem
  23. lazy val methods: Map[Method, Scalan.MethodDesc]

    Permalink
    Attributes
    protected
    Definition Classes
    Elem
  24. lazy val name: String

    Permalink
    Definition Classes
    TypeDesc
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def parent: Option[Scalan.Elem[_]]

    Permalink

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

    Definition Classes
    EntityElem
  29. final lazy val sourceType: RType[_]

    Permalink
    Definition Classes
    Elem
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    TypeDesc → AnyRef → Any
  32. lazy val typeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]

    Permalink
    Definition Classes
    ThunkElemElem
  33. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]

    Permalink
    Definition Classes
    Elem
  34. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Scalan.EntityElem[Scalan.Thunk[A]]

Inherited from Equals

Inherited from Scalan.Elem[Scalan.Thunk[A]]

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped