dotty.tools.dotc.semanticdb.SymbolInformation
See theSymbolInformation companion object
final case class SymbolInformation(symbol: String = ..., language: Language = ..., kind: Kind = ..., properties: Int = ..., displayName: String = ..., signature: Signature = ..., annotations: Seq[Annotation] = ..., access: Access = ..., overriddenSymbols: Seq[String] = ..., documentation: Option[Documentation] = ...) extends SemanticdbGeneratedMessage
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait SemanticdbGeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Extension method from dotty.tools.dotc.semanticdb
Attributes
- Definition Classes
-
SemanticdbGeneratedMessage
Inherited methods
An iterator over the names of all the elements of this product.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
Attributes
- Inherited from:
- SemanticdbGeneratedMessage
In this article