
scala.reflect.internal.Required.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-reflect Show documentation
Show all versions of scala-reflect Show documentation
Compiler for the SubScript extension of the Scala Programming Language
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