BooleanConstant

oxygen.quoted.BooleanConstant
See theBooleanConstant companion object
final class BooleanConstant(val quotes: Quotes)(val unwrap: quotes.reflect.BooleanConstant) extends Constant

Attributes

Companion
object
Graph
Supertypes
trait Constant
class Object
trait Matchable
class Any

Members list

Type members

Types

override type This <: BooleanConstant

Value members

Concrete methods

override def unwrapWithin(using newQuotes: Quotes): newQuotes.reflect.BooleanConstant

Attributes

Definition Classes
override def value: Boolean

Returns the value of the constant

Returns the value of the constant

Attributes

Definition Classes

Inherited methods

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

Shows the constant as a String

Shows the constant as a String

Attributes

Inherited from:
Constant

Concrete fields

val quotes: Quotes
val unwrap: quotes.reflect.BooleanConstant

Givens

Inherited givens

given givenQuotes: quotes.type

Attributes

Inherited from:
Constant