ShortConstant

oxygen.quoted.ShortConstant
See theShortConstant companion class
object ShortConstant

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): ShortConstantCompanion
def unapply(constant: ShortConstant): Some[Short]

Match Short value constant and extract its value

Match Short value constant and extract its value

Attributes

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