Class

scalan.TypeDescs

PairElem

Related Doc: package TypeDescs

Permalink

case class PairElem[A, B](eFst: Scalan.Elem[A], eSnd: Scalan.Elem[B]) extends Scalan.Elem[(A, B)] with Product with Serializable

Type descriptor for (A, B) type where descriptors for A and B are given as arguments.

Linear Supertypes
Product, Equals, Scalan.Elem[(A, B)], Scalan.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PairElem
  2. Product
  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 PairElem(eFst: Scalan.Elem[A], eSnd: Scalan.Elem[B])

    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.Elem[_ >: B with A], Covariant.type)]

    Permalink
    Definition Classes
    PairElemElem
  7. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    Elem
  9. val eFst: Scalan.Elem[A]

    Permalink
  10. val eSnd: Scalan.Elem[B]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    PairElemElemTypeDesc
  14. 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
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def liftable: Base.Liftables.Liftable[_, (A, B)]

    Permalink
    Definition Classes
    PairElemElem
  17. lazy val methods: Map[Method, Scalan.MethodDesc]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final lazy val sourceType: RType[_]

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

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

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

    Permalink
    Definition Classes
    Elem
  26. lazy val typeArgsDescs: Seq[Scalan.TypeDesc]

    Permalink
    Definition Classes
    Elem
  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from Scalan.Elem[(A, B)]

Inherited from Scalan.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped