Packages

object Kind extends EnumSig

Annotations
@enum()
Linear Supertypes
EnumSig, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Kind
  2. EnumSig
  3. Immutable
  4. ImmutableMarker
  5. Clonable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Type extends Immutable with Ordered[Type]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def byName(name: String): Option[Type]
  10. final def byOrdinal(n: Z): Option[Type]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. val elements: sireum.ISZ[Type]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val numOfElements: Z
    Definition Classes
    KindEnumSig
  22. def string: String
    Definition Classes
    EnumSigImmutable
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object ARRAY extends Type with Product with Serializable
  29. object BINARY extends Type with Product with Serializable
  30. object BOOLEAN extends Type with Product with Serializable
  31. object EXTENSION extends Type with Product with Serializable
  32. object FLOAT extends Type with Product with Serializable
  33. object INTEGER extends Type with Product with Serializable
  34. object MAP extends Type with Product with Serializable
  35. object NIL extends Type with Product with Serializable
  36. object NONE extends Type with Product with Serializable
  37. object STRING extends Type with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from EnumSig

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped