class WholeExpressionAnalysis extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WholeExpressionAnalysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WholeExpressionAnalysis(expression: scala.reflect.macros.Universe.Tree)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkForPotentialSideEffects(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
containsCriticalReferences(reactive: scala.reflect.macros.Universe.Tree): Boolean
- is not a reactive value resulting from a function that is itself called on a reactive value (so the expression does not contained "chained" reactives) - does not reference definitions that are defined within the macro expression but not within e (note that such a case can lead to unintentional behavior)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReactiveThatCanBeCutOut(outerReactive: scala.reflect.macros.Universe.Tree): Boolean
-
def
isStaticDependency(tree: scala.reflect.macros.Universe.Tree): Boolean
detects reactives which are guaranteed to be accessed statically inside the macro
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val symbolsDefinedInsideMacroExpression: Map[scala.reflect.macros.Universe.Symbol, scala.reflect.macros.Universe.DefTree]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val uncheckedExpressions: Set[scala.reflect.macros.Universe.Tree]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )