Class

rescala.macros

ReactiveMacros

Related Doc: package macros

Permalink

class ReactiveMacros extends AnyRef

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

Instance Constructors

  1. new ReactiveMacros(c: Context)

    Permalink

Type Members

  1. class BundleAcquisiton[ResourceType] extends AnyRef

    Permalink
  2. class CutOutTransformer extends scala.reflect.macros.Universe.Transformer

    Permalink
  3. class MacroLego[CreationTicket, LowPriorityCreationImplicits, ResourceType] extends AnyRef

    Permalink
  4. class PrefixManipulation extends AnyRef

    Permalink
  5. class RewriteTransformer[CreationTicket, LowPriorityCreationImplicits, ResourceType] extends scala.reflect.macros.Universe.Transformer

    Permalink
  6. class WholeExpressionAnalysis extends AnyRef

    Permalink

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. def EventFoldMacro[T, A, FoldFunctionImpl, ReactiveType, CT, StaticTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType, State](init: scala.reflect.macros.blackbox.Context.Expr[A])(op: scala.reflect.macros.blackbox.Context.Expr[(A, T) ⇒ A])(ticket: scala.reflect.macros.blackbox.Context.Expr[CT])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[FoldFunctionImpl], arg3: scala.reflect.macros.blackbox.Context.WeakTypeTag[ReactiveType], arg4: scala.reflect.macros.blackbox.Context.WeakTypeTag[StaticTicket], arg5: scala.reflect.macros.blackbox.Context.WeakTypeTag[ScopeSearch], arg6: scala.reflect.macros.blackbox.Context.WeakTypeTag[LowPriorityImplicitObject], arg7: scala.reflect.macros.blackbox.Context.WeakTypeTag[ResourceType], arg8: scala.reflect.macros.blackbox.Context.WeakTypeTag[State]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  5. object ForceCutOut

    Permalink
  6. object IsCutOut

    Permalink
  7. object MacroInterpretable

    Permalink

    detects variants to access reactives using rescala.macros.MacroAccess

  8. def ReactiveExpression[A, IsStatic <: Staticism, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType, State](expression: scala.reflect.macros.Universe.Tree)(ticket: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[IsStatic], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[ReactiveType], arg3: scala.reflect.macros.blackbox.Context.WeakTypeTag[StaticTicket], arg4: scala.reflect.macros.blackbox.Context.WeakTypeTag[DynamicTicket], arg5: scala.reflect.macros.blackbox.Context.WeakTypeTag[ScopeSearch], arg6: scala.reflect.macros.blackbox.Context.WeakTypeTag[LowPriorityImplicitObject], arg7: scala.reflect.macros.blackbox.Context.WeakTypeTag[ResourceType], arg8: scala.reflect.macros.blackbox.Context.WeakTypeTag[State]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  9. def ReactiveExpressionWithAPI[A, IsStatic <: Staticism, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType, State](expression: scala.reflect.macros.Universe.Tree)(ticket: scala.reflect.macros.blackbox.Context.Tree)(prefixManipulation: Option[PrefixManipulation])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[IsStatic], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[ReactiveType], arg3: scala.reflect.macros.blackbox.Context.WeakTypeTag[StaticTicket], arg4: scala.reflect.macros.blackbox.Context.WeakTypeTag[DynamicTicket], arg5: scala.reflect.macros.blackbox.Context.WeakTypeTag[ScopeSearch], arg6: scala.reflect.macros.blackbox.Context.WeakTypeTag[LowPriorityImplicitObject], arg7: scala.reflect.macros.blackbox.Context.WeakTypeTag[ResourceType], arg8: scala.reflect.macros.blackbox.Context.WeakTypeTag[State]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  10. def ReactiveUsingFunctionMacro[T, A, FuncImpl, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType, State](expression: scala.reflect.macros.blackbox.Context.Tree)(ticket: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[FuncImpl], arg3: scala.reflect.macros.blackbox.Context.WeakTypeTag[ReactiveType], arg4: scala.reflect.macros.blackbox.Context.WeakTypeTag[StaticTicket], arg5: scala.reflect.macros.blackbox.Context.WeakTypeTag[DynamicTicket], arg6: scala.reflect.macros.blackbox.Context.WeakTypeTag[ScopeSearch], arg7: scala.reflect.macros.blackbox.Context.WeakTypeTag[LowPriorityImplicitObject], arg8: scala.reflect.macros.blackbox.Context.WeakTypeTag[ResourceType], arg9: scala.reflect.macros.blackbox.Context.WeakTypeTag[State]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  11. def UDFExpressionWithAPI[T, DependencyType, Capability, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType, State](expression: scala.reflect.macros.Universe.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[DependencyType], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[Capability], arg3: scala.reflect.macros.blackbox.Context.WeakTypeTag[DynamicTicket], arg4: scala.reflect.macros.blackbox.Context.WeakTypeTag[ScopeSearch], arg5: scala.reflect.macros.blackbox.Context.WeakTypeTag[LowPriorityImplicitObject], arg6: scala.reflect.macros.blackbox.Context.WeakTypeTag[ResourceType], arg7: scala.reflect.macros.blackbox.Context.WeakTypeTag[State]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. val c: Context

    Permalink
  14. def calcUncheckedExpressions[A](expression: scala.reflect.macros.Universe.Tree): Set[scala.reflect.macros.Universe.Tree]

    Permalink

    find expressions annotated with @scala.annotation.unchecked

  15. def checkForPotentialSideEffects[A](expression: scala.reflect.macros.Universe.Tree, uncheckedExpressions: Set[scala.reflect.macros.Universe.Tree]): Unit

    Permalink
  16. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def fixNullTypes(tree: scala.reflect.macros.Universe.Tree): Unit

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isInterpretable(tree: scala.reflect.macros.Universe.Tree): Boolean

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def treeTypeNullWarning(tree: scala.reflect.macros.Universe.Tree): Unit

    Permalink
  30. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Any

Ungrouped