c

scalan.Entities

CompanionElem

abstract class CompanionElem[T] extends Scalan.Elem[T]

Base class for all descriptors of staged companions

Self Type
Scalan.CompanionElem[T] with Equals
Linear Supertypes
Scalan.Elem[T], Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompanionElem
  2. Elem
  3. TypeDesc
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompanionElem()

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
    CompanionElemElem
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def collectMethods: Map[Method, Scalan.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getName(f: (Scalan.TypeDesc) ⇒ String): String
    Definition Classes
    ElemTypeDesc
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. 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
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def liftable: Base.Liftables.Liftable[_, T]
    Definition Classes
    Elem
  18. lazy val methods: Map[Method, Scalan.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  19. lazy val name: String
    Definition Classes
    TypeDesc
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  26. lazy val typeArgs: ListMap[String, (Scalan.TypeDesc, Variance)]
    Definition Classes
    Elem
  27. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]
    Definition Classes
    Elem
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Scalan.Elem[T]

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped