All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.reflect.generic.Scopes.scala Maven / Gradle / Ivy

package scala.reflect
package generic

trait Scopes { self: Universe =>

  abstract class AbsScope extends Iterable[Symbol] {
    def enter(sym: Symbol): Symbol
  }

  type Scope <: AbsScope

  def newScope(): Scope
}
  
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy