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]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

Companion:
object
Graph
Supertypes
trait SemanticdbGeneratedEnum
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
object Kind

Attributes

Companion:
class
Graph
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
Graph
Supertypes
trait SemanticdbGeneratedEnum
trait Product
trait Equals
class Object
trait Matchable
class Any
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
object SEALED.type
object STATIC.type
object TRANSPARENT.type
object UNKNOWN_PROPERTY.type
object VAL.type
object VAR.type
object Property

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self 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

Implicits

Implicits

implicit def messageCompanion: SemanticdbGeneratedMessageCompanion[SymbolInformation]