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

scala.tools.nsc.typechecker.StdAttachments.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package scala.tools.nsc
package typechecker

trait StdAttachments {
  self: Analyzer =>

  type UnaffiliatedMacroContext = scala.reflect.macros.runtime.Context
  type MacroContext = UnaffiliatedMacroContext { val universe: self.global.type }
  case class MacroRuntimeAttachment(delayed: Boolean, typerContext: Context, macroContext: Option[MacroContext])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy