t

scalan.Entities

ConcreteElem

trait ConcreteElem[TData, TClass] extends Scalan.EntityElem[TClass]

Base class for all descriptors of staged classes.

Linear Supertypes
Scalan.EntityElem[TClass], Equals, Scalan.Elem[TClass], Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteElem
  2. EntityElem
  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

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
    Elem
  7. def canEqual(other: Any): Boolean
    Definition Classes
    EntityElem → 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. def convert(x: Scalan.Ref[Scalan.Def[_]]): Scalan.Ref[TClass]
    Definition Classes
    EntityElem
  11. def entityName: String

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

    Definition Classes
    EntityElem
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean
    Definition Classes
    EntityElem → Equals → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getName(f: (Scalan.TypeDesc) ⇒ String): String
    Definition Classes
    ElemTypeDesc
  17. def hashCode(): Int
    Definition Classes
    EntityElem → AnyRef → Any
  18. 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
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def liftable: Base.Liftables.Liftable[_, TClass]
    Definition Classes
    Elem
  21. lazy val methods: Map[Method, Scalan.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  22. lazy val name: String
    Definition Classes
    TypeDesc
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parent: Option[Scalan.Elem[_]]

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

    Definition Classes
    EntityElem
  27. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  30. lazy val typeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]
    Definition Classes
    Elem
  31. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]
    Definition Classes
    Elem
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Scalan.EntityElem[TClass]

Inherited from Equals

Inherited from Scalan.Elem[TClass]

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped