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

abstract class Universe extends Symbols
                           with Types
                           with FlagSets
                           with Scopes
                           with Names
                           with Trees
                           with Constants
                           with AnnotationInfos
                           with Positions
                           with TypeTags
                           with TagInterop
                           with StandardDefinitions
                           with StandardNames
                           with BuildUtils
                           with Mirrors