dotty.tools.dotc.semanticdb.TextDocument
See theTextDocument companion object
final case class TextDocument(schema: Schema, uri: String, text: String, md5: String, language: Language, symbols: Seq[SymbolInformation], occurrences: Seq[SymbolOccurrence], diagnostics: Seq[Diagnostic], synthetics: Seq[Synthetic]) extends SemanticdbGeneratedMessage
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait SemanticdbGeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- final
- override
Inherited
- Not inherited
- Product
- SemanticdbGeneratedMessage
In this article