Package

scala.meta.internal

semanticdb3

Permalink

package semanticdb3

Visibility
  1. Public
  2. All

Type Members

  1. final case class Accessibility(tag: Tag = ..., symbol: String = "") extends GeneratedMessage with Message[Accessibility] with Updatable[Accessibility] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class AnnotatedType(annotations: collection.Seq[Annotation] = _root_.scala.collection.Seq.empty, tpe: Option[Type] = None) extends GeneratedMessage with Message[AnnotatedType] with Updatable[AnnotatedType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class Annotation(tpe: Option[Type] = None) extends GeneratedMessage with Message[Annotation] with Updatable[Annotation] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class ByNameType(tpe: Option[Type] = None) extends GeneratedMessage with Message[ByNameType] with Updatable[ByNameType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class ClassInfoType(typeParameters: collection.Seq[String] = _root_.scala.collection.Seq.empty, parents: collection.Seq[Type] = _root_.scala.collection.Seq.empty, declarations: collection.Seq[String] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ClassInfoType] with Updatable[ClassInfoType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class Diagnostic(range: Option[Range] = None, severity: Severity = ..., message: String = "") extends GeneratedMessage with Message[Diagnostic] with Updatable[Diagnostic] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class ExistentialType(typeParameters: collection.Seq[String] = _root_.scala.collection.Seq.empty, tpe: Option[Type] = None) extends GeneratedMessage with Message[ExistentialType] with Updatable[ExistentialType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class Index(packages: collection.Seq[PackageEntry] = _root_.scala.collection.Seq.empty, toplevels: collection.Seq[ToplevelEntry] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Index] with Updatable[Index] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. final case class IntersectionType(types: collection.Seq[Type] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[IntersectionType] with Updatable[IntersectionType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. sealed trait Language extends GeneratedEnum

    Permalink
  11. final case class Location(uri: String = "", range: Option[Range] = None) extends GeneratedMessage with Message[Location] with Updatable[Location] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. final case class MethodType(typeParameters: collection.Seq[String] = _root_.scala.collection.Seq.empty, parameters: collection.Seq[ParameterList] = _root_.scala.collection.Seq.empty, returnType: Option[Type] = None) extends GeneratedMessage with Message[MethodType] with Updatable[MethodType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  13. final case class PackageEntry(symbol: String = "", members: collection.Seq[String] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[PackageEntry] with Updatable[PackageEntry] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. final case class Range(startLine: Int = 0, startCharacter: Int = 0, endLine: Int = 0, endCharacter: Int = 0) extends GeneratedMessage with Message[Range] with Updatable[Range] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  15. final case class RepeatedType(tpe: Option[Type] = None) extends GeneratedMessage with Message[RepeatedType] with Updatable[RepeatedType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. sealed trait Schema extends GeneratedEnum

    Permalink
  17. final case class SingletonType(tag: Tag = ..., prefix: Option[Type] = None, symbol: String = "", primitive: Long = 0L, string: String = "") extends GeneratedMessage with Message[SingletonType] with Updatable[SingletonType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  18. final case class StructuralType(tpe: Option[Type] = None, declarations: collection.Seq[String] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[StructuralType] with Updatable[StructuralType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  19. final case class SymbolInformation(symbol: String = "", language: Language = ..., kind: Kind = ..., properties: Int = 0, name: String = "", signature: Option[TextDocument] = None, members: collection.Seq[String] = _root_.scala.collection.Seq.empty, overrides: collection.Seq[String] = _root_.scala.collection.Seq.empty, tpe: Option[Type] = None, annotations: collection.Seq[Annotation] = _root_.scala.collection.Seq.empty, accessibility: Option[Accessibility] = None, owner: String = "") extends GeneratedMessage with Message[SymbolInformation] with Updatable[SymbolInformation] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  20. final case class SymbolOccurrence(range: Option[Range] = None, symbol: String = "", role: Role = ...) extends GeneratedMessage with Message[SymbolOccurrence] with Updatable[SymbolOccurrence] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  21. final case class Synthetic(range: Option[Range] = None, text: Option[TextDocument] = None) extends GeneratedMessage with Message[Synthetic] with Updatable[Synthetic] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  22. final case class TextDocument(schema: Schema = ..., uri: String = "", text: String = "", language: Language = ..., symbols: collection.Seq[SymbolInformation] = _root_.scala.collection.Seq.empty, occurrences: collection.Seq[SymbolOccurrence] = _root_.scala.collection.Seq.empty, diagnostics: collection.Seq[Diagnostic] = _root_.scala.collection.Seq.empty, synthetics: collection.Seq[Synthetic] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[TextDocument] with Updatable[TextDocument] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  23. final case class TextDocuments(documents: collection.Seq[TextDocument] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[TextDocuments] with Updatable[TextDocuments] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  24. final case class ToplevelEntry(symbol: String = "", uri: String = "") extends GeneratedMessage with Message[ToplevelEntry] with Updatable[ToplevelEntry] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  25. final case class Type(tag: Tag = ..., typeRef: Option[TypeRef] = None, singletonType: Option[SingletonType] = None, intersectionType: Option[IntersectionType] = None, unionType: Option[UnionType] = None, withType: Option[WithType] = None, structuralType: Option[StructuralType] = None, annotatedType: Option[AnnotatedType] = None, existentialType: Option[ExistentialType] = None, universalType: Option[UniversalType] = None, classInfoType: Option[ClassInfoType] = None, methodType: Option[MethodType] = None, byNameType: Option[ByNameType] = None, repeatedType: Option[RepeatedType] = None, typeType: Option[TypeType] = None) extends GeneratedMessage with Message[Type] with Updatable[Type] with Product with Serializable

    Permalink

    tag

    reserved 3, 4, 5, 6;

    Annotations
    @SerialVersionUID()
  26. final case class TypeRef(prefix: Option[Type] = None, symbol: String = "", typeArguments: collection.Seq[Type] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[TypeRef] with Updatable[TypeRef] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  27. final case class TypeType(typeParameters: collection.Seq[String] = _root_.scala.collection.Seq.empty, lowerBound: Option[Type] = None, upperBound: Option[Type] = None) extends GeneratedMessage with Message[TypeType] with Updatable[TypeType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  28. final case class UnionType(types: collection.Seq[Type] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[UnionType] with Updatable[UnionType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  29. final case class UniversalType(typeParameters: collection.Seq[String] = _root_.scala.collection.Seq.empty, tpe: Option[Type] = None) extends GeneratedMessage with Message[UniversalType] with Updatable[UniversalType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  30. final case class WithType(types: collection.Seq[Type] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[WithType] with Updatable[WithType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Accessibility extends GeneratedMessageCompanion[Accessibility] with Serializable

    Permalink
  2. object AnnotatedType extends GeneratedMessageCompanion[AnnotatedType] with Serializable

    Permalink
  3. object Annotation extends GeneratedMessageCompanion[Annotation] with Serializable

    Permalink
  4. object ByNameType extends GeneratedMessageCompanion[ByNameType] with Serializable

    Permalink
  5. object ClassInfoType extends GeneratedMessageCompanion[ClassInfoType] with Serializable

    Permalink
  6. object Diagnostic extends GeneratedMessageCompanion[Diagnostic] with Serializable

    Permalink
  7. object ExistentialType extends GeneratedMessageCompanion[ExistentialType] with Serializable

    Permalink
  8. object Index extends GeneratedMessageCompanion[Index] with Serializable

    Permalink
  9. object IntersectionType extends GeneratedMessageCompanion[IntersectionType] with Serializable

    Permalink
  10. object Language extends GeneratedEnumCompanion[Language] with Serializable

    Permalink
  11. object Location extends GeneratedMessageCompanion[Location] with Serializable

    Permalink
  12. object MethodType extends GeneratedMessageCompanion[MethodType] with Serializable

    Permalink
  13. object PackageEntry extends GeneratedMessageCompanion[PackageEntry] with Serializable

    Permalink
  14. object Range extends GeneratedMessageCompanion[Range] with Serializable

    Permalink
  15. object RepeatedType extends GeneratedMessageCompanion[RepeatedType] with Serializable

    Permalink
  16. object Scala

    Permalink
  17. object Schema extends GeneratedEnumCompanion[Schema] with Serializable

    Permalink
  18. object Semanticdb3Proto extends GeneratedFileObject

    Permalink
  19. object Semanticidx3Proto extends GeneratedFileObject

    Permalink
  20. object SingletonType extends GeneratedMessageCompanion[SingletonType] with Serializable

    Permalink
  21. object StructuralType extends GeneratedMessageCompanion[StructuralType] with Serializable

    Permalink
  22. object SymbolInformation extends GeneratedMessageCompanion[SymbolInformation] with Serializable

    Permalink
  23. object SymbolOccurrence extends GeneratedMessageCompanion[SymbolOccurrence] with Serializable

    Permalink
  24. object Synthetic extends GeneratedMessageCompanion[Synthetic] with Serializable

    Permalink
  25. object TextDocument extends GeneratedMessageCompanion[TextDocument] with Serializable

    Permalink
  26. object TextDocuments extends GeneratedMessageCompanion[TextDocuments] with Serializable

    Permalink
  27. object ToplevelEntry extends GeneratedMessageCompanion[ToplevelEntry] with Serializable

    Permalink
  28. object Type extends GeneratedMessageCompanion[Type] with Serializable

    Permalink
  29. object TypeRef extends GeneratedMessageCompanion[TypeRef] with Serializable

    Permalink
  30. object TypeType extends GeneratedMessageCompanion[TypeType] with Serializable

    Permalink
  31. object UnionType extends GeneratedMessageCompanion[UnionType] with Serializable

    Permalink
  32. object UniversalType extends GeneratedMessageCompanion[UniversalType] with Serializable

    Permalink
  33. object WithType extends GeneratedMessageCompanion[WithType] with Serializable

    Permalink

Ungrouped