Case

oxygen.quoted.TypeType.Case
See theCase companion class
object Case

Attributes

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

Members list

Type members

Classlikes

sealed abstract class Class(isScala2: Boolean, isEnum: Boolean) extends Case

Attributes

Companion
object
Supertypes
class Case
class TypeType
class Object
trait Matchable
class Any
Known subtypes
object CaseClass
object EnumCaseClass
object Class

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Class.type
sealed abstract class Object(isScala2: Boolean, isEnum: Boolean) extends Case

Attributes

Companion
object
Supertypes
class Case
class TypeType
class Object
trait Matchable
class Any
Known subtypes
object Object

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Object.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 fromSym(sym: Symbol)(using Quotes): Option[Case]