CharConstant

oxygen.meta.Meta.Constant.CharConstant
See theCharConstant companion object
final case class CharConstant(raw: quotes.reflect.CharConstant) extends Constant

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def show(using quotes.reflect.Printer[quotes.reflect.Constant]): String

Shows the constant as a String

Shows the constant as a String

Attributes

Inherited from:
Constant
def value: Any

Returns the value of the constant

Returns the value of the constant

Attributes

Inherited from:
Constant