SemanticdbGeneratedEnum

dotty.tools.dotc.semanticdb.internal.SemanticdbGeneratedEnum
trait SemanticdbGeneratedEnum extends Product with Serializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Any
Known subtypes
class Severity
object ERROR.type
object HINT.type
object INFORMATION.type
object UNKNOWN_SEVERITY.type
object WARNING.type
class Format
object HTML.type
object JAVADOC.type
object KDOC.type
object MARKDOWN.type
object SCALADOC.type
class Language
object JAVA.type
object SCALA.type
object UNKNOWN_LANGUAGE.type
class Schema
object LEGACY.type
object SEMANTICDB3.type
object SEMANTICDB4.type
class Kind
object CLASS.type
object CONSTRUCTOR.type
object FIELD.type
object INTERFACE.type
object LOCAL.type
object MACRO.type
object METHOD.type
object OBJECT.type
object PACKAGE.type
object PACKAGE_OBJECT.type
object PARAMETER.type
object SELF_PARAMETER.type
object TRAIT.type
object TYPE.type
object TYPE_PARAMETER.type
object UNKNOWN_KIND.type
class Property
object ABSTRACT.type
object CASE.type
object CONTRAVARIANT.type
object COVARIANT.type
object DEFAULT.type
object ENUM.type
object FINAL.type
object GIVEN.type
object IMPLICIT.type
object INFIX.type
object INLINE.type
object LAZY.type
object OPAQUE.type
object OPEN.type
object PRIMARY.type
object SEALED.type
object STATIC.type
object TRANSPARENT.type
object UNKNOWN_PROPERTY.type
object VAL.type
object VAR.type
class Role
object DEFINITION.type
object REFERENCE.type
object UNKNOWN_ROLE.type

Members list

Concise view

Type members

Value members

Abstract methods

def index: Int
def name: String
def value: Int

Concrete methods

def isUnrecognized: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product