LongConstant

oxygen.quoted.LongConstant
See theLongConstant companion class
object LongConstant

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): LongConstantCompanion
def unapply(constant: LongConstant): Some[Long]

Match Long value constant and extract its value

Match Long value constant and extract its value

Attributes

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