AppliedModule (original) (raw)

scala.quoted.Quotes.reflectModule.AppliedModule

trait AppliedModule

Methods of the module object val Applied

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

Applied.type

Members list

Value members

Abstract methods

def apply(tpt: TypeTree, args: List[Tree]): Applied

Attributes

Source

Quotes.scala

def copy(original: Tree)(tpt: TypeTree, args: List[Tree]): Applied

Attributes

Source

Quotes.scala

def unapply(x: Applied): (TypeTree, List[Tree])

Attributes

Source

Quotes.scala