IntConstant

oxygen.quoted.IntConstant
See theIntConstant companion class
object IntConstant

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): IntConstantCompanion
def unapply(constant: IntConstant): Some[Int]

Match Int value constant and extract its value

Match Int value constant and extract its value

Attributes

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

Givens