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

    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 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[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 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 (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 any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Utils to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (utils: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Utils to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (utils: StringFormat).self
    Definition Classes
    StringFormat

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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (utils: ArrowAssoc[Utils]).x
    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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (utils: Ensuring[Utils]).x
    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]

Ungrouped