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: Constant)
def show(using Printer[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