ShortConstantModule (original) (raw)

scala.quoted.Quotes.reflectModule.ShortConstantModule

trait ShortConstantModule

Methods of the module object val Short

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

ShortConstant.type

Members list

Value members

Abstract methods

def apply(x: Short): ShortConstant

Create a constant Short value

Create a constant Short value

Attributes

Source

Quotes.scala

def unapply(constant: ShortConstant): Some[Short]

Match Short value constant and extract its value

Match Short value constant and extract its value

Attributes

Source

Quotes.scala