Packages

class Macro extends AnyRef

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

Instance Constructors

  1. new Macro(c: Context)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $[T]: scala.reflect.macros.blackbox.Context.Expr[T]
  4. def $assign(arg: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  5. def $tmatch(arg: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val c: Context
  9. def cApply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def extractParts: Seq[scala.reflect.macros.blackbox.Context.Tree]
  14. def f32Apply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  15. def f64Apply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isJsCheck: Boolean
  21. def isJsImpl: scala.reflect.macros.blackbox.Context.Tree
  22. def l[T](args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[T]
  23. def lDef[T](args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[T]
  24. def lUnit(args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[Unit]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def parImpl(arg: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  29. def pat(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  30. def rApply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  31. def st(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  32. def stringApply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  33. def syncImpl(o: scala.reflect.macros.blackbox.Context.Tree, arg: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def up(lhs: scala.reflect.macros.blackbox.Context.Tree, rhs: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def zApply(args: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree

Inherited from AnyRef

Inherited from Any

Ungrouped