Case

oxygen.quoted.TypeType.Case
See theCase companion object
sealed abstract class Case(isScala2: Boolean, isEnum: Boolean, val isObject: Boolean) extends TypeType

Attributes

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

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

Concrete fields

final val isObject: Boolean