dotty.tools.dotc.semanticdb.SymbolInformation
See theSymbolInformation companion class
object SymbolInformation extends SemanticdbGeneratedMessageCompanion[SymbolInformation]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait SemanticdbGeneratedMessageCompanion[SymbolInformation]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
SymbolInformation.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait SemanticdbGeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CLASS.typeobject CONSTRUCTOR.typeobject FIELD.typeobject INTERFACE.typeobject LOCAL.typeobject MACRO.typeobject METHOD.typeobject OBJECT.typeobject PACKAGE.typeobject PACKAGE_OBJECT.typeobject PARAMETER.typetrait Recognizedobject SELF_PARAMETER.typeobject TRAIT.typeobject TYPE.typeobject TYPE_PARAMETER.typeobject UNKNOWN_KIND.typeclass UnrecognizedShow all
object Kind
Attributes
- Companion
- object
- Supertypes
-
trait SemanticdbGeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ABSTRACT.typeobject CASE.typeobject CONTRAVARIANT.typeobject COVARIANT.typeobject DEFAULT.typeobject ENUM.typeobject FINAL.typeobject GIVEN.typeobject IMPLICIT.typeobject INFIX.typeobject INLINE.typeobject LAZY.typeobject OPAQUE.typeobject OPEN.typeobject PRIMARY.typetrait Recognizedobject SEALED.typeobject STATIC.typeobject TRANSPARENT.typeobject UNKNOWN_PROPERTY.typeobject VAL.typeobject VAR.typeclass UnrecognizedShow all
Inherited types
The names of the product elements
The name of the type
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
Parses a message from a CodedInputStream.
Parses a message from a CodedInputStream.
Attributes
Inherited methods
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
Concrete fields
Givens
Givens
Implicits
Implicits
In this article