CharConstant

oxygen.quoted.CharConstant
See theCharConstant companion class
object CharConstant

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): CharConstantCompanion
def unapply(constant: CharConstant): Some[Char]

Match Char value constant and extract its value

Match Char value constant and extract its value

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.CharConstant): CharConstant