scala.reflect.reify.utils

Utils

trait Utils extends NodePrinters with Extractors with SymbolTables with StdAttachments

Source
Utils.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Utils
  2. StdAttachments
  3. SymbolTables
  4. Extractors
  5. NodePrinters
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ReifyAliasAttachment(binding: Symbol, alias: TermName) extends Product with Serializable

  2. case class ReifyBindingAttachment(binding: Symbol) extends Product with Serializable

  3. class SymbolTable extends AnyRef

Abstract Value Members

  1. abstract val global: Global

  2. abstract val typer: Typer

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object BoundTerm extends AnyRef

  9. object BoundType extends AnyRef

  10. object FreeDef extends AnyRef

  11. object FreeRef extends AnyRef

  12. object FreeTermDef extends AnyRef

  13. object FreeTypeDef extends AnyRef

  14. object ReifiedTree extends AnyRef

  15. object ReifiedType extends AnyRef

  16. object SymDef extends AnyRef

  17. object SymbolTable extends AnyRef

  18. object TreeSplice extends AnyRef

  19. object TypeRefToFreeType extends AnyRef

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  31. def getReifier: Reifier { val global: Utils.this.global.type }

  32. def hasReifier: Boolean

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. object reifiedNodeToString extends (Tree) ⇒ String

  39. lazy val reifier: Reifier { val global: Utils.this.global.type }

  40. val reifyCopypaste: Boolean

  41. val reifyDebug: Boolean

  42. val reifyTrace: SimpleTracer

  43. val self: Any

    Implicit information
    This member is added by an implicit conversion from Utils to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  44. val self: Any

    Implicit information
    This member is added by an implicit conversion from Utils to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def [B](y: B): (Utils, B)

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

Deprecated Value Members

  1. def x: Utils

    Implicit information
    This member is added by an implicit conversion from Utils to ArrowAssoc[Utils] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Utils

    Implicit information
    This member is added by an implicit conversion from Utils to Ensuring[Utils] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from StdAttachments

Inherited from SymbolTables

Inherited from Extractors

Inherited from NodePrinters

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Utils to StringAdd

Inherited by implicit conversion any2stringfmt from Utils to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Utils to ArrowAssoc[Utils]

Inherited by implicit conversion any2Ensuring from Utils to Ensuring[Utils]