Kind

dotty.tools.dotc.semanticdb.SymbolInformation$.Kind
See theKind companion object
sealed abstract class Kind(val value: Int) extends SemanticdbGeneratedEnum

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
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

Members list

Concise view

Type members

Types

type EnumType = Kind

Value members

Concrete methods

final def asRecognized: Option[Recognized]
def isClass: Boolean
def isConstructor: Boolean
def isField: Boolean
def isInterface: Boolean
def isLocal: Boolean
def isMacro: Boolean
def isMethod: Boolean
def isObject: Boolean
def isPackage: Boolean
def isPackageObject: Boolean
def isParameter: Boolean
def isSelfParameter: Boolean
def isTrait: Boolean
def isType: Boolean
def isTypeParameter: Boolean
def isUnknownKind: Boolean

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
SemanticdbGeneratedEnum
def isUnrecognized: Boolean

Attributes

Inherited from:
SemanticdbGeneratedEnum
def name: String

Attributes

Inherited from:
SemanticdbGeneratedEnum
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
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
Inherited from:
SemanticdbGeneratedEnum

Concrete fields

val value: Int