scala.reflect.reify.utils

Utils

trait Utils extends NodePrinters with Extractors with SymbolTables with StdAttachments

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Utils
  2. StdAttachments
  3. SymbolTables
  4. Extractors
  5. NodePrinters
  6. AnyRef
  7. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class FreeDefExtractor extends AnyRef

    Definition Classes
    Extractors
  2. case class ReifyAliasAttachment(sym: tools.nsc.Global.Symbol, alias: tools.nsc.Global.TermName) extends Product with Serializable

    Definition Classes
    StdAttachments
  3. case class ReifyBindingAttachment(binding: tools.nsc.Global.Tree) extends Product with Serializable

    Definition Classes
    StdAttachments
  4. class SymbolTable extends AnyRef

    Definition Classes
    SymbolTables

Abstract Value Members

  1. abstract val global: Global

  2. abstract val typer: (analyzer)#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[Utils] performed by method StringAdd 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 ArrowAssoc 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

    Definition Classes
    Extractors
  9. object BoundType

    Definition Classes
    Extractors
  10. object FreeDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  11. object FreeRef

    Definition Classes
    Extractors
  12. object FreeTermDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  13. object FreeTypeDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  14. object ReifiedTree

    Definition Classes
    Extractors
  15. object ReifiedType

    Definition Classes
    Extractors
  16. object SymDef

    Definition Classes
    Extractors
  17. object SymbolTable

    Definition Classes
    SymbolTables
  18. object TreeSplice

    Definition Classes
    Extractors
  19. object TypeRefToFreeType

    Definition Classes
    Extractors
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.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 Ensuring 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 Ensuring 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 Ensuring 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 Ensuring 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Utils to StringFormat[Utils] performed by method StringFormat 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 (tools.nsc.Global.Tree) ⇒ String

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

  40. def reifyBinding(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  41. val reifyCopypaste: Boolean

  42. val reifyDebug: Boolean

  43. val reifyTrace: SimpleTracer

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

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

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

Inherited from StdAttachments

Inherited from SymbolTables

Inherited from Extractors

Inherited from NodePrinters

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Utils to StringAdd[Utils]

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

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

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

Ungrouped