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: Quotes.this.reflectModule.this.NamedArg)
def name: String

The name part of name = arg.

The name part of name = arg.

Attributes

Source
Quotes.scala
def value: Quotes.this.reflectModule.this.Term

The argument part of name = arg.

The argument part of name = arg.

Attributes

Source
Quotes.scala