Case

oxygen.meta.Meta.Symbol.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
object CaseClass
object CaseObject
object EnumCaseClass
Show all

Members list

Value members

Inherited methods

final def toCase: Option[Case]

Attributes

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

Attributes

Inherited from:
TypeType

Concrete fields

final val isObject: Boolean