ConstantMethods

scala.quoted.Quotes.reflectModule.ConstantMethods

Extension methods of Constant.

Attributes

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

Members list

Extensions

Extensions

extension (self: Quotes.this.reflectModule.this.Constant)
def show(using Quotes.this.reflectModule.this.Printer[Quotes.this.reflectModule.this.Constant]): String

Shows the constant as a String.

Shows the constant as a String.

Attributes

Source
Quotes.scala
def value: Any

Returns the value of the constant.

Returns the value of the constant.

Attributes

Source
Quotes.scala