Packages

object SymbolKind extends IntEnum[SymbolKind] with IntCirceEnum[SymbolKind] with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, IntCirceEnum[SymbolKind], CirceValueEnum[Int, SymbolKind], IntEnum[SymbolKind], ValueEnum[Int, SymbolKind], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolKind
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IntCirceEnum
  7. CirceValueEnum
  8. IntEnum
  9. ValueEnum
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val circeDecoder: Decoder[SymbolKind]
    Definition Classes
    IntCirceEnum → CirceValueEnum
  6. implicit val circeEncoder: Encoder[SymbolKind]
    Definition Classes
    IntCirceEnum → CirceValueEnum
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. macro def findValues: collection.immutable.IndexedSeq[SymbolKind]
    Attributes
    protected
    Definition Classes
    IntEnum
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. val values: collection.immutable.IndexedSeq[SymbolKind]
    Definition Classes
    SymbolKind → ValueEnum
  19. final lazy val valuesToEntriesMap: Map[Int, SymbolKind]
    Definition Classes
    ValueEnum
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. def withValue(i: Int): SymbolKind
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  24. def withValueOpt(i: Int): Option[SymbolKind]
    Definition Classes
    ValueEnum
  25. object Array extends SymbolKind with Product with Serializable
  26. object Boolean extends SymbolKind with Product with Serializable
  27. object Class extends SymbolKind with Product with Serializable
  28. object Constant extends SymbolKind with Product with Serializable
  29. object Constructor extends SymbolKind with Product with Serializable
  30. object Enum extends SymbolKind with Product with Serializable
  31. object EnumMember extends SymbolKind with Product with Serializable
  32. object Event extends SymbolKind with Product with Serializable
  33. object Field extends SymbolKind with Product with Serializable
  34. object File extends SymbolKind with Product with Serializable
  35. object Function extends SymbolKind with Product with Serializable
  36. object Interface extends SymbolKind with Product with Serializable
  37. object Key extends SymbolKind with Product with Serializable
  38. object Method extends SymbolKind with Product with Serializable
  39. object Module extends SymbolKind with Product with Serializable
  40. object Namespace extends SymbolKind with Product with Serializable
  41. object Null extends SymbolKind with Product with Serializable
  42. object Number extends SymbolKind with Product with Serializable
  43. object Object extends SymbolKind with Product with Serializable
  44. object Operator extends SymbolKind with Product with Serializable
  45. object Package extends SymbolKind with Product with Serializable
  46. object Property extends SymbolKind with Product with Serializable
  47. object String extends SymbolKind with Product with Serializable
  48. object Struct extends SymbolKind with Product with Serializable
  49. object TypeParameter extends SymbolKind with Product with Serializable
  50. object Variable extends SymbolKind with Product with Serializable

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from IntCirceEnum[SymbolKind]

Inherited from CirceValueEnum[Int, SymbolKind]

Inherited from IntEnum[SymbolKind]

Inherited from ValueEnum[Int, SymbolKind]

Inherited from AnyRef

Inherited from Any

Ungrouped