Packages

trait GenUtils extends AnyRef

Self Type
Reifier
Source
GenUtils.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenUtils
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def call(fname: String, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  2. def isCrossStageTypeBearer(tree: tools.nsc.Global.Tree): Boolean
  3. def isSemiConcreteTypeMember(tpe: tools.nsc.Global.Type): Boolean
  4. def mirrorBuildCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  5. def mirrorCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  6. def mirrorFactoryCall(prefix: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  7. def mirrorFactoryCall(value: Product, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  8. def mirrorMirrorCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  9. def mirrorMirrorSelect(name: tools.nsc.Global.TermName): tools.nsc.Global.Tree
  10. def mirrorSelect(name: tools.nsc.Global.TermName): tools.nsc.Global.Tree
  11. def mirrorSelect(name: String): tools.nsc.Global.Tree
  12. def mkList(args: List[tools.nsc.Global.Tree]): tools.nsc.Global.Tree
  13. def mkListMap(args: List[tools.nsc.Global.Tree]): tools.nsc.Global.Tree
  14. def origin(sym: tools.nsc.Global.Symbol): String
  15. def path(fullname: String, mkName: (String) ⇒ tools.nsc.Global.Name): tools.nsc.Global.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)

  16. def reifyBuildCall(name: tools.nsc.Global.TermName, args: Any*): tools.nsc.Global.Tree
  17. def reifyList(xs: List[Any]): tools.nsc.Global.Tree
  18. def reifyMirrorObject(x: Product): tools.nsc.Global.Tree
  19. def reifyMirrorObject(name: String): tools.nsc.Global.Tree

    Reify a case object defined in Mirror

  20. def reifyProduct(prefix: String, elements: List[Any]): tools.nsc.Global.Tree
  21. def reifyProduct(x: Product): tools.nsc.Global.Tree
  22. def scalaFactoryCall(name: String, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  23. def scalaFactoryCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
  24. def termPath(fullname: String): tools.nsc.Global.Tree

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

  25. object TypedOrAnnotated