ch.epfl.yinyang.api

BaseYinYangTypeTag

trait BaseYinYangTypeTag extends BaseYinYang with TypeTagBased

BaseYinYang with TypeTag.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseYinYangTypeTag
  2. TypeTagBased
  3. BaseYinYang
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class LiftEvidence[T, Ret] extends AnyRef

    Abstract super class for implicit lifters that the DSL author needs to provide.

    Abstract super class for implicit lifters that the DSL author needs to provide.

    Definition Classes
    BaseYinYang
  2. type TypeRep[T] = scala.reflect.api.JavaUniverse.TypeTag[T]

    Definition Classes
    TypeTagBased

Abstract Value Members

  1. abstract def compilationVars(symbols: List[scala.reflect.api.JavaUniverse.Symbol]): List[VarType]

    Returns whether and how each hole is needed for compilation.

    Returns whether and how each hole is needed for compilation.

    symbols

    Maps from hole ids to symbols, useful for generating debugging output.

    returns

    the type of each hole in the symbols list, in the same order.

    Definition Classes
    BaseYinYang
    See also

    FullyStaged and FullyUnstaged traits.

    VarType for details about the different types.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. def hole[T, Ret](tpe: TypeRep[T], symbolId: Int)(implicit liftEv: LiftEvidence[T, Ret]): Ret

    Method that replaces captured identifiers of the DSL body.

    Method that replaces captured identifiers of the DSL body.

    Definition Classes
    BaseYinYang
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def lift[T, Ret](v: T)(implicit liftEv: LiftEvidence[T, Ret]): Ret

    Method that replaces constants and captured identifiers required for run-time optimizations in the DSL body.

    Method that replaces constants and captured identifiers required for run-time optimizations in the DSL body.

    Definition Classes
    BaseYinYang
  14. def mixed[T, Ret](v: T, hole: Ret)(implicit liftEv: LiftEvidence[T, Ret]): Ret

    Method that replaces constants and captured identifiers required for run-time optimizations in the DSL body.

    Method that replaces constants and captured identifiers required for run-time optimizations in the DSL body.

    Definition Classes
    BaseYinYang
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def runtimeType[T](implicit arg0: TypeRep[T]): TypeRep[T]

    Definition Classes
    TypeTagBased
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypeTagBased

Inherited from BaseYinYang

Inherited from AnyRef

Inherited from Any

Ungrouped