Constant

oxygen.quoted.Constant
See theConstant companion object
sealed trait Constant

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type This <: Constant

Value members

Abstract methods

def value: Any

Returns the value of the constant

Returns the value of the constant

Attributes

Concrete methods

def show(using printer: Printer[Constant]): String

Shows the constant as a String

Shows the constant as a String

Attributes

def unwrapWithin(using newQuotes: Quotes): newQuotes.reflect.Constant

Abstract fields

val quotes: Quotes
val unwrap: quotes.reflect.Constant

Givens

Givens

given givenQuotes: quotes.type