summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Universe.scala
blob: 3165f9abcd3f9c67e89fdc88f66ae85df6c8322d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package scala.reflect
package api

abstract class Universe extends base.Universe
                           with Symbols
                           with Types
                           with FlagSets
                           with Names
                           with Trees
                           with Printers
                           with Constants
                           with Positions
                           with Mirrors
                           with StandardDefinitions
                           with StandardNames
                           with Importers
                           with Annotations