Constant

oxygen.meta.Meta.Constant
See theConstant companion trait
object Constant

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Constant.type

Members list

Type members

Classlikes

final case class BooleanConstant(raw: quotes.reflect.BooleanConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ByteConstant(raw: quotes.reflect.ByteConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object ByteConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CharConstant(raw: quotes.reflect.CharConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object CharConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ClassOfConstant(raw: quotes.reflect.ClassOfConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DoubleConstant(raw: quotes.reflect.DoubleConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FloatConstant(raw: quotes.reflect.FloatConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object FloatConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IntConstant(raw: quotes.reflect.IntConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object IntConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LongConstant(raw: quotes.reflect.LongConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object LongConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NullConstant(raw: quotes.reflect.NullConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object NullConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ShortConstant(raw: quotes.reflect.ShortConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object ShortConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StringConstant(raw: quotes.reflect.StringConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class UnitConstant(raw: quotes.reflect.UnitConstant) extends Constant

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Constant
class Object
trait Matchable
class Any
Show all
object UnitConstant

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(raw: quotes.reflect.Constant): Constant