Compiler

scala.quoted.staging.Compiler$
See theCompiler companion trait
object Compiler

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Settings

Setting of the Compiler instance.

Setting of the Compiler instance.

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Settings

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

Create a new instance of the compiler using the the classloader of the application.

Create a new instance of the compiler using the the classloader of the application.

Usuage:

import scala.quoted.staging._
given Compiler = Compiler.make(getClass.getClassLoader)

Attributes

appClassloader

classloader of the application that generated the quotes

settings

compiler settings

Returns:

A new instance of the compiler