scala.reflect.reify.codegen

Util

trait Util extends AnyRef

Self Type
Reifier
Source
Util.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Implicit information
    This member is added by an implicit conversion from Util to ArrowAssoc[Util] 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def call(fname: String, args: Tree*): Tree

  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def isAnnotated(tpe: Type): Boolean

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isTough(tpe: Type): Boolean

  24. def mirrorCall(name: String, args: Tree*): Tree

  25. def mirrorCall(name: TermName, args: Tree*): Tree

  26. def mirrorFactoryCall(prefix: String, args: Tree*): Tree

  27. def mirrorFactoryCall(value: Product, args: Tree*): Tree

  28. def mirrorSelect(name: String): Tree

  29. def mkList(args: List[Tree]): Tree

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def origin(sym: Symbol): String

  34. def path(fullname: String, mkName: (String) ⇒ Name): Tree

    An (unreified) path that refers to definition with given fully qualified name

    An (unreified) path that refers to definition with given fully qualified name

    mkName

    Creator for last portion of name (either TermName or TypeName)

  35. object reifiedNodePrinters extends NodePrinters with NodePrinters

  36. val reifiedNodeToString: Util.this.reifiedNodePrinters.reifiedNodeToString.type

  37. val reifyCopypaste: Boolean

  38. val reifyDebug: Boolean

  39. def reifyList(xs: List[Any]): Tree

  40. def reifyMirrorObject(x: Product): Tree

  41. def reifyMirrorObject(name: String): Tree

    Reify a case object defined in Mirror

  42. def reifyProduct(prefix: String, elements: List[Any]): Tree

  43. def reifyProduct(x: Product): Tree

  44. val reifyTrace: SimpleTracer

  45. def scalaFactoryCall(name: String, args: Tree*): Tree

  46. val self: Any

    Implicit information
    This member is added by an implicit conversion from Util to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  47. val self: Any

    Implicit information
    This member is added by an implicit conversion from Util to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def termPath(fullname: String): Tree

    An (unreified) path that refers to term definition with given fully qualified name

  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def typePath(fullname: String): Tree

    An (unreified) path that refers to type definition with given fully qualified name

  52. final def wait(): Unit

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

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

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

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

Deprecated Value Members

  1. def x: Util

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Util

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Util to StringFormat

Inherited by implicit conversion any2stringadd from Util to StringAdd

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

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