TextDocument

@SerialVersionUID(0L) 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
Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Product
final

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Inherited from
SemanticdbGeneratedMessage