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

scala.reflect.api.TreeCreator.scala Maven / Gradle / Ivy

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

/** This is an internal implementation class.
 *
 * This class is used internally by Scala Reflection, and is not recommended for use in client code.
 *
 *  @group ReflectionAPI
 */
abstract class TreeCreator {
  def apply[U <: Universe with Singleton](m: scala.reflect.api.Mirror[U]): U # Tree
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy