Packages

class CSizePairElem[L, R] extends SizePairElem[L, R, scalan.Library.CSizePair[L, R]] with scalan.Library.ConcreteElem[CSizePairData[L, R], scalan.Library.CSizePair[L, R]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSizePairElem
  2. ConcreteElem
  3. SizePairElem
  4. SizeElem
  5. EntityElem
  6. Equals
  7. Elem
  8. TypeDesc
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CSizePairElem()(implicit eL: scalan.Library.Elem[L], eR: scalan.Library.Elem[R])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <:<(e: scalan.Library.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.Library.TypeDesc, Variance)]
    Definition Classes
    CSizePairElemSizePairElemSizeElemElem
  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.Library.MethodDesc]
    Attributes
    protected
    Definition Classes
    SizePairElemSizeElemElem
  10. def convert(x: scalan.Library.Ref[scalan.Library.Def[_]]): scalan.Library.Ref[scalan.Library.CSizePair[L, R]]
    Definition Classes
    EntityElem
  11. implicit val eL: scalan.Library.Elem[L]
    Definition Classes
    CSizePairElemSizePairElem
  12. implicit val eR: scalan.Library.Elem[R]
    Definition Classes
    CSizePairElemSizePairElem
  13. def eVal: scalan.Library.Elem[(L, R)]
    Definition Classes
    SizeElem
  14. def entityName: String

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

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

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

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

Inherited from SizePairElem[L, R, scalan.Library.CSizePair[L, R]]

Inherited from SizeElem[(L, R), scalan.Library.CSizePair[L, R]]

Inherited from scala.Equals

Inherited from scalan.Library.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped