AppliedModule (original) (raw)
scala.quoted.Quotes.reflectModule.AppliedModule
trait AppliedModule
Methods of the module object val Applied
Attributes
Source
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
def copy(original: Tree)(tpt: TypeTree, args: List[Tree]): Applied
Attributes
Source
def unapply(x: Applied): (TypeTree, List[Tree])
Attributes
Source