Class

oxygen.quoted.TypeType.Case.Class
See theClass companion object
sealed abstract class Class(isScala2: Boolean, isEnum: Boolean) extends Case

Attributes

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

Members list

Value members

Inherited methods

final def toCase: Option[Case]

Attributes

Inherited from:
TypeType
final def toCaseClass: Option[Class]

Attributes

Inherited from:
TypeType
final def toCaseObject: Option[Object]

Attributes

Inherited from:
TypeType
final def toSealed: Option[Sealed]

Attributes

Inherited from:
TypeType

Inherited fields

final val isObject: Boolean

Attributes

Inherited from:
Case