InlinedModule (original) (raw)
scala.quoted.Quotes.reflectModule.InlinedModule
trait InlinedModule
Methods of the module object val Inlined
Attributes
Source
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
def copy(original: Tree)(call: Option[Tree], bindings: List[Definition], expansion: Term): Inlined
Attributes
Source
def unapply(x: Inlined): (Option[Tree], List[Definition], Term)
Attributes
Source