scala.reflect

makro

package makro

Visibility
  1. Public
  2. All

Type Members

  1. trait Aliases extends AnyRef

  2. trait CapturedVariables extends AnyRef

  3. trait Context extends Aliases with CapturedVariables with Enclosures with Infrastructure with Names with Reifiers with FrontEnds with Settings with Symbols with Typers with Util

  4. trait Enclosures extends AnyRef

  5. trait FrontEnds extends AnyRef

  6. trait Infrastructure extends AnyRef

  7. trait Names extends AnyRef

  8. case class ReificationError(pos: Position, msg: String) extends Throwable with Product with Serializable

  9. trait Reifiers extends AnyRef

  10. trait Settings extends AnyRef

  11. trait Symbols extends AnyRef

  12. trait Typers extends AnyRef

  13. case class UnexpectedReificationError(pos: Position, msg: String, cause: Throwable) extends Throwable with Product with Serializable

  14. trait Util extends AnyRef

Value Members

  1. object Context extends AnyRef

  2. package internal

    This package is required by the compiler and should not be used in client code.