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

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

The newest version!
package scala
package reflect
package internal

import settings.MutableSettings

trait Required { self: SymbolTable =>
  def picklerPhase: Phase

  def erasurePhase: Phase

  def settings: MutableSettings

  @deprecated("Interactive is implemented with a custom Global; this flag is ignored", "2.11.0") def forInteractive = false
  @deprecated("Scaladoc is implemented with a custom Global; this flag is ignored", "2.11.0")    def forScaladoc = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy