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 ApplyCall

    Definition Classes
    Extractors
  9. object BoundTerm

    Definition Classes
    Extractors
  10. object BoundType

    Definition Classes
    Extractors
  11. object FreeDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  12. object FreeRef

    Definition Classes
    Extractors
  13. object FreeTermDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  14. object FreeTypeDef extends Utils.FreeDefExtractor

    Definition Classes
    Extractors
  15. object ReifiedTree

    Definition Classes
    Extractors
  16. object ReifiedType

    Definition Classes
    Extractors
  17. object SymDef

    Definition Classes
    Extractors
  18. object SymbolTable

    Definition Classes
    SymbolTables
  19. object TreeSplice

    Definition Classes
    Extractors
  20. object TypeRefToFreeType

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

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. 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
  24. 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
  25. 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
  26. 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
  27. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. 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()
  31. final def getClass(): Class[_]

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

  33. def hasReifier: Boolean

  34. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  39. object reifiedNodeToString extends (tools.nsc.Global.Tree) ⇒ String

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

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

    Definition Classes
    StdAttachments
  42. val reifyCopypaste: Boolean

  43. val reifyDebug: Boolean

  44. val reifyTrace: SimpleTracer

  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 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