Class

org.scalameta.tokens

TokenMacros

Related Doc: package tokens

Permalink

class TokenMacros extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TokenMacros
  2. AnyRef
  3. 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 TokenMacros(c: Context)

    Permalink

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 TokenMacros to any2stringadd[TokenMacros] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TokenMacros, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TokenMacros to ArrowAssoc[TokenMacros] 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 Adt: scala.reflect.macros.Universe.Select

    Permalink
  7. val Content: scala.reflect.macros.Universe.Select

    Permalink
  8. val Debug: scala.reflect.macros.Universe.Select

    Permalink
  9. val Default: scala.reflect.macros.Universe.Select

    Permalink
  10. val Dialect: scala.reflect.macros.Universe.Select

    Permalink
  11. val Invariants: scala.reflect.macros.Universe.Select

    Permalink
  12. val None: scala.reflect.macros.Universe.Select

    Permalink
  13. val Prototype: scala.reflect.macros.Universe.Select

    Permalink
  14. val Require: scala.reflect.macros.Universe.Select

    Permalink
  15. val Some: scala.reflect.macros.Universe.Select

    Permalink
  16. val Token: scala.reflect.macros.Universe.Select

    Permalink
  17. val TokenInternal: scala.reflect.macros.Universe.Select

    Permalink
  18. val Unsupported: scala.reflect.macros.Universe.Select

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. val c: Context

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def ensuring(cond: (TokenMacros) ⇒ Boolean, msg: ⇒ Any): TokenMacros

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TokenMacros to StringFormat[TokenMacros] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def impl(annottees: scala.reflect.macros.Universe.Tree*): scala.reflect.macros.Universe.Tree

    Permalink
  33. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped