Object

scala.spores

SporeTranslator

Related Doc: package spores

Permalink

object SporeTranslator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SporeTranslator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def constructTree[A](c: Context)(s: reflect.macros.whitebox.Context.Tree)(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.Universe.Tree

    Permalink

    Creates a compile error if a reference for a type in the spore is any of the type members of the defined Excluded type.

    Creates a compile error if a reference for a type in the spore is any of the type members of the defined Excluded type.

    A

    Single type or tuple.

    s

    Block expression generated by the SporeGenerator as follows:

    {
      class anonclass extends Spore...[...] {...}
      new anonclass(...)
    }
    returns

    Modified expression:

    {
      class anonclass extends Spore...[...] {...}
      new anonclass(...) { type Excluded = (..._ }
    }
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toExcludedNullary[R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[NullarySpore[R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[R], arg1: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[NullarySpore[R] { type Excluded = A }]

    Permalink
  18. def toExcludedSpore[T, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore[T, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T], arg1: reflect.macros.whitebox.Context.WeakTypeTag[R], arg2: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore[T, R] { type Excluded = A }]

    Permalink
  19. def toExcludedSpore2[T1, T2, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore2[T1, T2, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[R], arg3: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore2[T1, T2, R] { type Excluded = A }]

    Permalink
  20. def toExcludedSpore3[T1, T2, T3, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore3[T1, T2, T3, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[T3], arg3: reflect.macros.whitebox.Context.WeakTypeTag[R], arg4: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore3[T1, T2, T3, R] { type Excluded = A }]

    Permalink
  21. def toExcludedSpore4[T1, T2, T3, T4, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore4[T1, T2, T3, T4, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[T3], arg3: reflect.macros.whitebox.Context.WeakTypeTag[T4], arg4: reflect.macros.whitebox.Context.WeakTypeTag[R], arg5: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore4[T1, T2, T3, T4, R] { type Excluded = A }]

    Permalink
  22. def toExcludedSpore5[T1, T2, T3, T4, T5, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore5[T1, T2, T3, T4, T5, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[T3], arg3: reflect.macros.whitebox.Context.WeakTypeTag[T4], arg4: reflect.macros.whitebox.Context.WeakTypeTag[T5], arg5: reflect.macros.whitebox.Context.WeakTypeTag[R], arg6: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore5[T1, T2, T3, T4, T5, R] { type Excluded = A }]

    Permalink
  23. def toExcludedSpore6[T1, T2, T3, T4, T5, T6, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore6[T1, T2, T3, T4, T5, T6, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[T3], arg3: reflect.macros.whitebox.Context.WeakTypeTag[T4], arg4: reflect.macros.whitebox.Context.WeakTypeTag[T5], arg5: reflect.macros.whitebox.Context.WeakTypeTag[T6], arg6: reflect.macros.whitebox.Context.WeakTypeTag[R], arg7: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore6[T1, T2, T3, T4, T5, T6, R] { type Excluded = A }]

    Permalink
  24. def toExcludedSpore7[T1, T2, T3, T4, T5, T6, T7, R, A](c: Context)(s: reflect.macros.whitebox.Context.Expr[Spore7[T1, T2, T3, T4, T5, T6, T7, R]])(implicit arg0: reflect.macros.whitebox.Context.WeakTypeTag[T1], arg1: reflect.macros.whitebox.Context.WeakTypeTag[T2], arg2: reflect.macros.whitebox.Context.WeakTypeTag[T3], arg3: reflect.macros.whitebox.Context.WeakTypeTag[T4], arg4: reflect.macros.whitebox.Context.WeakTypeTag[T5], arg5: reflect.macros.whitebox.Context.WeakTypeTag[T6], arg6: reflect.macros.whitebox.Context.WeakTypeTag[T7], arg7: reflect.macros.whitebox.Context.WeakTypeTag[R], arg8: reflect.macros.whitebox.Context.WeakTypeTag[A]): reflect.macros.whitebox.Context.Expr[Spore7[T1, T2, T3, T4, T5, T6, T7, R] { type Excluded = A }]

    Permalink
  25. def toString(): String

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped