c

scalan.TypeDescs

BaseElemLiftable

class BaseElemLiftable[A] extends Scalan.BaseElem[A]

Type descriptor for primitive types. There is implicit val declaration for each primitive type.

Linear Supertypes
Scalan.BaseElem[A], Equals, Scalan.Elem[A], Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseElemLiftable
  2. BaseElem
  3. Equals
  4. Elem
  5. TypeDesc
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseElemLiftable(defaultValue: A, tA: RType[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <:<(e: Scalan.Elem[_]): Boolean
    Definition Classes
    Elem
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildTypeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]
    Definition Classes
    BaseElemLiftableElem
  7. def canEqual(other: Any): Boolean
    Definition Classes
    BaseElemLiftable → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def collectMethods: Map[Method, Scalan.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    BaseElemLiftable → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getName(f: (Scalan.TypeDesc) ⇒ String): String
    Definition Classes
    ElemTypeDesc
  15. val hashCode: Int
  16. def invokeUnlifted(mc: Scalan.MethodCall, dataEnv: Scalan.DataEnv): AnyRef

    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
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val liftable: BaseLiftable[A]
    Definition Classes
    BaseElemLiftableElem
  19. lazy val methods: Map[Method, Scalan.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  20. lazy val name: String
    Definition Classes
    TypeDesc
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val tA: RType[A]
  27. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  28. lazy val typeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]
    Definition Classes
    Elem
  29. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]
    Definition Classes
    Elem
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Scalan.BaseElem[A]

Inherited from Equals

Inherited from Scalan.Elem[A]

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped