AnnotatedModule (original) (raw)

scala.quoted.Quotes.reflectModule.AnnotatedModule

trait AnnotatedModule

Methods of the module object val Annotated

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

Annotated.type

Members list

Value members

Abstract methods

def apply(arg: TypeTree, annotation: Term): Annotated

Attributes

Source

Quotes.scala

def copy(original: Tree)(arg: TypeTree, annotation: Term): Annotated

Attributes

Source

Quotes.scala

def unapply(x: Annotated): (TypeTree, Term)

Attributes

Source

Quotes.scala