TypeType

oxygen.meta.Meta.Symbol.TypeType
See theTypeType companion class
object TypeType

Attributes

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

Members list

Type members

Classlikes

sealed abstract class Case(isScala2: Boolean, isEnum: Boolean, val isObject: Boolean) extends TypeType

Attributes

Companion
object
Supertypes
class TypeType
class Object
trait Matchable
class Any
Known subtypes
object CaseClass
object CaseObject
object EnumCaseClass
Show all
object Case

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Case.type
case object CaseClass extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
CaseClass.type
case object CaseObject extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
CaseObject.type
case object EnumCaseClass extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object EnumCaseObject extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object Scala2CaseClass extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object Scala2CaseObject extends Case

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Case
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object Scala2SealedAbstractClass extends Sealed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Sealed
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object Scala2SealedTrait extends Sealed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Sealed
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class Sealed(isScala2: Boolean, isEnum: Boolean) extends TypeType

Attributes

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

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Sealed.type
case object SealedAbstractClass extends Sealed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Sealed
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
case object SealedEnum extends Sealed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Sealed
class TypeType
class Object
trait Matchable
class Any
Show all
Self type
SealedEnum.type
case object SealedTrait extends Sealed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Sealed
class TypeType
class Object
trait Matchable
class Any
Show all
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 fromSym(sym: Symbol): Option[TypeType]