class SourceInfoTransform extends AutoSourceTransform

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceInfoTransform
  2. AutoSourceTransform
  3. SourceInfoTransformMacro
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SourceInfoTransform(c: Context)

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 arArg(a: scala.reflect.macros.blackbox.Context.Tree, r: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val c: Context
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def doFuncTerm: scala.reflect.macros.Universe.TermName

    Returns the TermName of the transformed function, which is the applied function name with do_ prepended.

    Returns the TermName of the transformed function, which is the applied function name with do_ prepended.

    Definition Classes
    AutoSourceTransform
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def idxEnClockArg(idx: scala.reflect.macros.blackbox.Context.Tree, en: scala.reflect.macros.blackbox.Context.Tree, clock: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  14. def implicitCompileOptions: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  15. def implicitSourceInfo: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  16. def inArg(in: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  17. def inNArg(in: scala.reflect.macros.blackbox.Context.Tree, n: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  18. def inNEnArg(in: scala.reflect.macros.blackbox.Context.Tree, n: scala.reflect.macros.blackbox.Context.Tree, en: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  19. def inNResetDataArg(in: scala.reflect.macros.blackbox.Context.Tree, n: scala.reflect.macros.blackbox.Context.Tree, resetData: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  20. def inNResetDataEnArg(in: scala.reflect.macros.blackbox.Context.Tree, n: scala.reflect.macros.blackbox.Context.Tree, resetData: scala.reflect.macros.blackbox.Context.Tree, en: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  21. def inNResetEnArg(in: scala.reflect.macros.blackbox.Context.Tree, n: scala.reflect.macros.blackbox.Context.Tree, reset: scala.reflect.macros.blackbox.Context.Tree, en: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def nArg(n: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  24. def nInArg(n: scala.reflect.macros.blackbox.Context.Tree, in: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nextEnableArg(next: scala.reflect.macros.blackbox.Context.Tree, enable: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  27. def nextInitEnableArg(next: scala.reflect.macros.blackbox.Context.Tree, init: scala.reflect.macros.blackbox.Context.Tree, enable: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  28. def noArg: scala.reflect.macros.blackbox.Context.Tree
  29. def noArgDummy(dummy: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree

    Necessary for dummy methods to auto-apply their arguments to this macro

  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def nxArg(n: scala.reflect.macros.blackbox.Context.Tree, x: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  33. def pArg(p: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  34. def rArg(r: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def thatArg(that: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  37. def thisObj: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def xArg(x: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  43. def xEnArg(x: scala.reflect.macros.blackbox.Context.Tree, en: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  44. def xyArg(x: scala.reflect.macros.blackbox.Context.Tree, y: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree

Deprecated Value Members

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

Inherited from AutoSourceTransform

Inherited from SourceInfoTransformMacro

Inherited from AnyRef

Inherited from Any

Ungrouped