SymbolInformation

dotty.tools.dotc.semanticdb.SymbolInformation$
See theSymbolInformation companion class
object SymbolInformation extends SemanticdbGeneratedMessageCompanion[SymbolInformation]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait SemanticdbGeneratedMessageCompanion[SymbolInformation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

sealed abstract class Kind(val value: Int) extends SemanticdbGeneratedEnum

Attributes

Companion
object
Supertypes
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
trait Recognized
object SELF_PARAMETER.type
object TRAIT.type
object TYPE.type
object TYPE_PARAMETER.type
object UNKNOWN_KIND.type
class Unrecognized
Show all
object Kind

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Kind.type
sealed abstract class Property(val value: Int) extends SemanticdbGeneratedEnum

Attributes

Companion
object
Supertypes
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
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
trait Recognized
object SEALED.type
object STATIC.type
object TRANSPARENT.type
object UNKNOWN_PROPERTY.type
object VAL.type
object VAR.type
class Unrecognized
Show all
object Property

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Property.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type ValueType = A

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion

Value members

Concrete methods

def of(symbol: String, language: Language, kind: Kind, properties: Int, displayName: String, signature: Signature, annotations: Seq[Annotation], access: Access, overriddenSymbols: Seq[String], documentation: Option[Documentation]): SymbolInformation
def parseFrom(`_input__`: SemanticdbInputStream): SymbolInformation

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Inherited methods

def merge(a: SymbolInformation, input: SemanticdbInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion
def parseFrom(input: Array[Byte]): A

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion

Concrete fields

final val ACCESS_FIELD_NUMBER: 18
final val ANNOTATIONS_FIELD_NUMBER: 13
final val KIND_FIELD_NUMBER: 3
final val LANGUAGE_FIELD_NUMBER: 16
final val SIGNATURE_FIELD_NUMBER: 17
final val SYMBOL_FIELD_NUMBER: 1

Implicits

Implicits

implicit def messageCompanion: SemanticdbGeneratedMessageCompanion[SymbolInformation]