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

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

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

trait StdAttachments {
  self: SymbolTable =>

  case object BackquotedIdentifierAttachment

  case class CompoundTypeTreeOriginalAttachment(parents: List[Tree], stats: List[Tree])

  case class MacroExpansionAttachment(original: Tree)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy