Class/Object

scalan.TypeDescs

Elem

Related Docs: object Elem | package TypeDescs

Permalink

abstract class Elem[A] extends Scalan.TypeDesc

Type descriptor of staged types, which correspond to source (unstaged) RTypes defined outside of IR cake.

A

the type represented by this descriptor

Self Type
Scalan.Elem[A] with Equals
Annotations
@implicitNotFound( "No Elem available for ${A}." )
Linear Supertypes
Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Known Subclasses
AnyValueCompanionElem, AnyValueElem, AvlTreeCompanionElem, AvlTreeElem, BaseElem, BaseElemLiftable, BigIntCompanionElem, BigIntElem, BoxCompanionElem, BoxElem, CCostedBuilderCompanionElem, CCostedBuilderElem, CCostedCollCompanionElem, CCostedCollElem, CCostedFuncCompanionElem, CCostedFuncElem, CCostedOptionCompanionElem, CCostedOptionElem, CCostedPairCompanionElem, CCostedPairElem, CCostedPrimCompanionElem, CCostedPrimElem, CSizeCollCompanionElem, CSizeCollElem, CSizeFuncCompanionElem, CSizeFuncElem, CSizeOptionCompanionElem, CSizeOptionElem, CSizePairCompanionElem, CSizePairElem, CSizePrimCompanionElem, CSizePrimElem, CollBuilderCompanionElem, CollBuilderElem, CollCompanionElem, CollElem, CompanionElem, ConcreteElem, ConcreteElem1, ContextCompanionElem, ContextElem, CostModelCompanionElem, CostModelElem, CostedBuilderCompanionElem, CostedBuilderElem, CostedCollCompanionElem, CostedCollElem, CostedCompanionElem, CostedElem, CostedFuncCompanionElem, CostedFuncElem, CostedOptionCompanionElem, CostedOptionElem, CostedPairCompanionElem, CostedPairElem, CostedPrimCompanionElem, CostedPrimElem, EntityElem, EntityElem1, FuncElem, GroupElementCompanionElem, GroupElementElem, HeaderCompanionElem, HeaderElem, IntPlusMonoidCompanionElem, IntPlusMonoidElem, LongPlusMonoidCompanionElem, LongPlusMonoidElem, MonoidBuilderCompanionElem, MonoidBuilderElem, MonoidBuilderInstCompanionElem, MonoidBuilderInstElem, MonoidCompanionElem, MonoidElem, OptionWrapSpecCompanionElem, OptionWrapSpecElem, PairCollCompanionElem, PairCollElem, PairElem, PreHeaderCompanionElem, PreHeaderElem, RTypeWrapSpecCompanionElem, RTypeWrapSpecElem, ReplCollCompanionElem, ReplCollElem, SigmaContractCompanionElem, SigmaContractElem, SigmaDslBuilderCompanionElem, SigmaDslBuilderElem, SigmaPropCompanionElem, SigmaPropElem, SizeAnyValueCompanionElem, SizeAnyValueElem, SizeBoxCompanionElem, SizeBoxElem, SizeBuilderCompanionElem, SizeBuilderElem, SizeCollCompanionElem, SizeCollElem, SizeCompanionElem, SizeContextCompanionElem, SizeContextElem, SizeElem, SizeFuncCompanionElem, SizeFuncElem, SizeOptionCompanionElem, SizeOptionElem, SizePairCompanionElem, SizePairElem, SizePrimCompanionElem, SizePrimElem, SizeSigmaPropCompanionElem, SizeSigmaPropElem, SpecialPredefWrapSpecCompanionElem, SpecialPredefWrapSpecElem, SumElem, ThunkElem, WOptionCompanionElem, WOptionElem, WRTypeCompanionElem, WRTypeElem, WSpecialPredefCompanionElem, WSpecialPredefElem, WrapSpecBaseCompanionElem, WrapSpecBaseElem
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Elem
  2. TypeDesc
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Elem()

    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
  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
  7. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ElemTypeDesc
  14. def hashCode(): Int

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

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def liftable: Base.Liftables.Liftable[_, A]

    Permalink
  18. lazy val methods: Map[Method, Scalan.MethodDesc]

    Permalink
    Attributes
    protected
  19. lazy val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final lazy val sourceType: RType[_]

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
  27. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]

    Permalink
  28. final def wait(): Unit

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

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

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

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped