Packages

c

rescala.macros

ReactiveMacros

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. Protected

Instance Constructors

  1. new ReactiveMacros(c: Context)

Type Members

  1. class BundleAcquisiton[ResourceType] extends AnyRef
  2. class CutOutTransformer extends scala.reflect.macros.Universe.Transformer
  3. class MacroLego[CreationTicket, LowPriorityCreationImplicits, ResourceType] extends AnyRef
  4. class PrefixManipulation extends AnyRef
  5. class RewriteTransformer[CreationTicket, LowPriorityCreationImplicits, ResourceType] extends scala.reflect.macros.Universe.Transformer
  6. class WholeExpressionAnalysis extends AnyRef

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. def EventFoldMacro[T, A, FoldFunctionImpl, ReactiveType, CT, StaticTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType](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]): scala.reflect.macros.blackbox.Context.Tree
  5. def ReactiveExpression[A, IsStatic <: Staticism, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType](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]): scala.reflect.macros.blackbox.Context.Tree
  6. def ReactiveExpressionWithAPI[A, IsStatic <: Staticism, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType](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]): scala.reflect.macros.blackbox.Context.Tree
  7. def ReactiveUsingFunctionMacro[T, A, FuncImpl, ReactiveType, StaticTicket, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType](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]): scala.reflect.macros.blackbox.Context.Tree
  8. def UDFExpressionWithAPI[T, DependencyType, Capability, DynamicTicket, ScopeSearch, LowPriorityImplicitObject, ResourceType](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]): scala.reflect.macros.blackbox.Context.Tree
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val c: Context
  11. def calcUncheckedExpressions[A](expression: scala.reflect.macros.Universe.Tree): Set[scala.reflect.macros.Universe.Tree]

    find expressions annotated with @scala.annotation.unchecked

  12. def checkForPotentialSideEffects[A](expression: scala.reflect.macros.Universe.Tree, uncheckedExpressions: Set[scala.reflect.macros.Universe.Tree]): Unit
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fixNullTypes(tree: scala.reflect.macros.Universe.Tree): Unit
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isInterpretable(tree: scala.reflect.macros.Universe.Tree): Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def treeTypeNullWarning(tree: scala.reflect.macros.Universe.Tree): Unit
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. object ForceCutOut
  31. object IsCutOut
  32. object MacroInterpretable

    detects variants to access reactives using rescala.macros.MacroAccess

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped