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
object CONSTRUCTOR
object FIELD
object INTERFACE
object LOCAL
object MACRO
object METHOD
object OBJECT
object PACKAGE
object PARAMETER
trait Recognized
object TRAIT
object TYPE
object UNKNOWN_KIND
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
object CASE
object CONTRAVARIANT
object COVARIANT
object DEFAULT
object ENUM
object FINAL
object GIVEN
object IMPLICIT
object INFIX
object INLINE
object LAZY
object OPAQUE
object OPEN
object PRIMARY
trait Recognized
object SEALED
object STATIC
object TRANSPARENT
object VAL
object VAR
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

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): SymbolInformation

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

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]