Packages

object ReifiedTree

Source
Extractors.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReifiedTree
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(universe: tools.nsc.Global.Tree, mirror: tools.nsc.Global.Tree, symtab: Utils.SymbolTable, rtree: tools.nsc.Global.Tree, tpe: tools.nsc.Global.Type, rtpe: tools.nsc.Global.Tree, concrete: Boolean): tools.nsc.Global.Tree
  2. def unapply(tree: tools.nsc.Global.Tree): Option[(tools.nsc.Global.Tree, tools.nsc.Global.Tree, Utils.SymbolTable, tools.nsc.Global.Tree, tools.nsc.Global.Type, tools.nsc.Global.Tree, Boolean)]