NamedArgMethods

scala.quoted.Quotes.reflectModule.NamedArgMethods

Extension methods of NamedArg

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (self: NamedArg)
def name: String

The name part of name = arg

The name part of name = arg

Attributes

Source
Quotes.scala
def value: Term

The argument part of name = arg

The argument part of name = arg

Attributes

Source
Quotes.scala