Compiler

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Compiler.type

Members list

Type members

Classlikes

case class Settings

Setting of the Compiler instance.

Setting of the Compiler instance.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Settings

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Settings.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)

Value parameters

appClassloader

classloader of the application that generated the quotes

settings

compiler settings

Attributes

Returns

A new instance of the compiler