Class

scala.meta.internal.tokens

QuasiquoteMacros

Related Doc: package tokens

Permalink

class QuasiquoteMacros extends MacroHelpers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuasiquoteMacros
  2. MacroHelpers
  3. ImplTransformers
  4. FreeLocalFinder
  5. DebugFinder
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuasiquoteMacros(c: Context)

    Permalink

Type Members

  1. class ImplTransformer extends AnyRef

    Permalink
    Definition Classes
    ImplTransformers
  2. implicit class XtensionAnnotteeTransformer extends AnyRef

    Permalink
    Definition Classes
    ImplTransformers
  3. implicit class XtensionModifiers extends AnyRef

    Permalink
    Definition Classes
    MacroHelpers
  4. implicit class XtensionSymbol extends AnyRef

    Permalink
    Definition Classes
    MacroHelpers

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to any2stringadd[QuasiquoteMacros] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (QuasiquoteMacros, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to ArrowAssoc[QuasiquoteMacros] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val AdtMetadataModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  7. val AdtPackage: reflect.macros.Universe.Select

    Permalink
    Definition Classes
    MacroHelpers
  8. val AdtTyperMacrosModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  9. val Any: reflect.macros.Universe.Select

    Permalink
  10. object AnyTpe

    Permalink
    Definition Classes
    MacroHelpers
  11. val AstInfoClass: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  12. val AstMetadataModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  13. val AstTyperMacrosBundle: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  14. val AstTyperMacrosModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  15. val DataAnnotation: reflect.macros.Universe.Select

    Permalink
    Definition Classes
    MacroHelpers
  16. val DataTyperMacrosModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  17. val Dialect: reflect.macros.Universe.Select

    Permalink
  18. val InstanceTagClass: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  19. val InvariantFailedRaiseMethod: reflect.macros.Universe.Select

    Permalink
    Definition Classes
    MacroHelpers
  20. val InvariantsRequireMethod: reflect.macros.Universe.Select

    Permalink
    Definition Classes
    MacroHelpers
  21. object OptionSeqTreeTpe

    Permalink
    Definition Classes
    MacroHelpers
  22. object OptionTreeTpe

    Permalink
    Definition Classes
    MacroHelpers
  23. object PrimitiveTpe

    Permalink
    Definition Classes
    MacroHelpers
  24. val ReificationMacros: reflect.macros.Universe.Select

    Permalink
  25. object SeqSeqTreeTpe

    Permalink
    Definition Classes
    MacroHelpers
  26. object SeqTreeTpe

    Permalink
    Definition Classes
    MacroHelpers
  27. val TokenInfoClass: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  28. val TokenMetadataModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  29. val TokenTyperMacrosModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  30. val Tokens: reflect.macros.Universe.Select

    Permalink
  31. object TreeTpe

    Permalink
    Definition Classes
    MacroHelpers
  32. val UnreachableErrorModule: reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. val c: Context

    Permalink
  35. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def debuggees(tree: reflect.macros.Universe.Tree): Map[String, reflect.macros.Universe.Tree]

    Permalink
    Definition Classes
    DebugFinder
  37. def ensuring(cond: (QuasiquoteMacros) ⇒ Boolean, msg: ⇒ Any): QuasiquoteMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to Ensuring[QuasiquoteMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: (QuasiquoteMacros) ⇒ Boolean): QuasiquoteMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to Ensuring[QuasiquoteMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean, msg: ⇒ Any): QuasiquoteMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to Ensuring[QuasiquoteMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean): QuasiquoteMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to Ensuring[QuasiquoteMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to StringFormat[QuasiquoteMacros] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  45. def freeLocals(tree: reflect.macros.Universe.Tree): Map[String, reflect.macros.Universe.Tree]

    Permalink
    Definition Classes
    FreeLocalFinder
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  48. def hygienicRef[T <: Singleton](x: T)(implicit arg0: reflect.macros.Universe.TypeTag[T]): reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  49. def hygienicRef[T](implicit arg0: reflect.macros.Universe.TypeTag[T]): reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  50. def hygienicRef(sym: reflect.macros.Universe.Symbol): reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  51. def impl(annottees: reflect.macros.whitebox.Context.Tree*): reflect.macros.whitebox.Context.Tree

    Permalink
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  58. def typeRef(cdef: reflect.macros.Universe.ClassDef, requireHk: Boolean, requireWildcards: Boolean): reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    MacroHelpers
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def [B](y: B): (QuasiquoteMacros, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuasiquoteMacros to ArrowAssoc[QuasiquoteMacros] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from MacroHelpers

Inherited from ImplTransformers

Inherited from FreeLocalFinder

Inherited from DebugFinder

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from QuasiquoteMacros to any2stringadd[QuasiquoteMacros]

Inherited by implicit conversion StringFormat from QuasiquoteMacros to StringFormat[QuasiquoteMacros]

Inherited by implicit conversion Ensuring from QuasiquoteMacros to Ensuring[QuasiquoteMacros]

Inherited by implicit conversion ArrowAssoc from QuasiquoteMacros to ArrowAssoc[QuasiquoteMacros]

Ungrouped