Literal

scala.quoted.runtime.impl.QuotesImpl.reflect$.Literal$
object Literal extends LiteralModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Literal.type

Members list

Concise view

Value members

Concrete methods

def apply(constant: Constant): Literal

Create a literal constant

Create a literal constant

Attributes

def copy(original: Tree)(constant: Constant): Literal
def unapply(x: Literal): Some[Constant]

Matches a literal constant

Matches a literal constant

Attributes