Class

special.collection.impl.ConcreteCostsDefs.CCostedFunc

CCostedFuncElem

Related Doc: package CCostedFunc

Permalink

class CCostedFuncElem[Env, Arg, Res] extends CostedFuncElem[Env, Arg, Res, scalan.Library.CCostedFunc[Env, Arg, Res]] with scalan.Library.ConcreteElem[CCostedFuncData[Env, Arg, Res], scalan.Library.CCostedFunc[Env, Arg, Res]]

Linear Supertypes
scalan.Library.ConcreteElem[CCostedFuncData[Env, Arg, Res], scalan.Library.CCostedFunc[Env, Arg, Res]], CostedFuncElem[Env, Arg, Res, scalan.Library.CCostedFunc[Env, Arg, Res]], CostedElem[(Arg) ⇒ Res, scalan.Library.CCostedFunc[Env, Arg, Res]], scalan.Library.EntityElem[scalan.Library.CCostedFunc[Env, Arg, Res]], scala.Equals, scalan.Library.Elem[scalan.Library.CCostedFunc[Env, Arg, Res]], scalan.Library.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CCostedFuncElem
  2. ConcreteElem
  3. CostedFuncElem
  4. CostedElem
  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 CCostedFuncElem()(implicit eEnv: scalan.Library.Elem[Env], eArg: scalan.Library.Elem[Arg], eRes: scalan.Library.Elem[Res])

    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.Library.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.Library.TypeDesc, Variance)]

    Permalink
    Definition Classes
    CCostedFuncElemCostedFuncElemCostedElemElem
  7. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem → Equals
  8. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    Elem
  10. def convert(x: scalan.Library.Ref[scalan.Library.Def[_]]): scalan.Library.Ref[scalan.Library.CCostedFunc[Env, Arg, Res]]

    Permalink
    Definition Classes
    EntityElem
  11. implicit val eArg: scalan.Library.Elem[Arg]

    Permalink
    Definition Classes
    CCostedFuncElemCostedFuncElem
  12. implicit val eEnv: scalan.Library.Elem[Env]

    Permalink
    Definition Classes
    CCostedFuncElemCostedFuncElem
  13. implicit val eRes: scalan.Library.Elem[Res]

    Permalink
    Definition Classes
    CCostedFuncElemCostedFuncElem
  14. def eVal: scalan.Library.Elem[(Arg) ⇒ Res]

    Permalink
    Definition Classes
    CostedElem
  15. def entityName: String

    Permalink

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

    Definition Classes
    EntityElem
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem → Equals → AnyRef → Any
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getName(f: (scalan.Library.TypeDesc) ⇒ String): String

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

    Permalink
    Definition Classes
    EntityElem → AnyRef → Any
  22. def invokeUnlifted(mc: scalan.Library.MethodCall, dataEnv: scalan.Library.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
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def liftable: Liftable[_, scalan.Library.CCostedFunc[Env, Arg, Res]]

    Permalink
    Definition Classes
    Elem
  25. lazy val methods: Map[Method, scalan.Library.MethodDesc]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. lazy val parent: Option[scalan.Library.Elem[_]]

    Permalink

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

    Definition Classes
    CCostedFuncElemCostedFuncElemEntityElem
  31. final lazy val sourceType: RType[_]

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

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

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

    Permalink
    Definition Classes
    Elem
  35. lazy val typeArgsDescs: Seq[scalan.Library.TypeDesc]

    Permalink
    Definition Classes
    Elem
  36. final def wait(): Unit

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

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

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

Inherited from scalan.Library.ConcreteElem[CCostedFuncData[Env, Arg, Res], scalan.Library.CCostedFunc[Env, Arg, Res]]

Inherited from CostedFuncElem[Env, Arg, Res, scalan.Library.CCostedFunc[Env, Arg, Res]]

Inherited from CostedElem[(Arg) ⇒ Res, scalan.Library.CCostedFunc[Env, Arg, Res]]

Inherited from scalan.Library.EntityElem[scalan.Library.CCostedFunc[Env, Arg, Res]]

Inherited from scala.Equals

Inherited from scalan.Library.Elem[scalan.Library.CCostedFunc[Env, Arg, Res]]

Inherited from scalan.Library.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped