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

scala.reflect.macros.runtime.CapturedVariables.scala Maven / Gradle / Ivy

package scala.reflect.macros
package runtime

trait CapturedVariables {
  self: Context =>

  import mirror._
  import universe._

  def captureVariable(vble: Symbol): Unit = universe.captureVariable(vble)

  def referenceCapturedVariable(vble: Symbol): Tree = universe.referenceCapturedVariable(vble)

  def capturedVariableType(vble: Symbol): Type = universe.capturedVariableType(vble)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy