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

scala.reflect.internal.Required.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package scala.reflect
package internal

import settings.MutableSettings

trait Required { self: SymbolTable =>

  type AbstractFileType >: Null <: AbstractFileApi

  def picklerPhase: Phase

  def settings: MutableSettings

  def forInteractive: Boolean

  def forScaladoc: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy