StringConstant

oxygen.quoted.StringConstant
See theStringConstant companion class

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): StringConstantCompanion
def unapply(constant: StringConstant): Some[String]

Match String value constant and extract its value

Match String value constant and extract its value

Attributes

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