InlinedModule (original) (raw)

scala.quoted.Quotes.reflectModule.InlinedModule

trait InlinedModule

Methods of the module object val Inlined

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

Inlined.type

Members list

Value members

Abstract methods

def apply(call: Option[Tree], bindings: List[Definition], expansion: Term): Inlined

Attributes

Source

Quotes.scala

def copy(original: Tree)(call: Option[Tree], bindings: List[Definition], expansion: Term): Inlined

Attributes

Source

Quotes.scala

def unapply(x: Inlined): (Option[Tree], List[Definition], Term)

Attributes

Source

Quotes.scala