StringConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.StringConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: String): StringConstant

Create a constant String value

Create a constant String value

Attributes

def unapply(constant: StringConstant): Some[String]

Match String value constant and extract its value

Match String value constant and extract its value

Attributes