Package

scala.meta.internal

semanticdb

Permalink

package semanticdb

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. semanticdb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Access extends AnyRef

    Permalink
  2. final case class AccessMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Message[AccessMessage] with Updatable[AccessMessage] with Product with Serializable

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

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

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class ApplyTree(function: Tree = ..., arguments: collection.Seq[Tree] = _root_.scala.collection.Seq.empty) extends Tree with GeneratedMessage with Message[ApplyTree] with Updatable[ApplyTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class BooleanConstant(value: Boolean = false) extends Constant with GeneratedMessage with Message[BooleanConstant] with Updatable[BooleanConstant] with Product with Serializable

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

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class ByteConstant(value: Int = 0) extends Constant with GeneratedMessage with Message[ByteConstant] with Updatable[ByteConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. final case class CharConstant(value: Int = 0) extends Constant with GeneratedMessage with Message[CharConstant] with Updatable[CharConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. final case class ClassSignature(typeParameters: Option[Scope] = None, parents: collection.Seq[Type] = _root_.scala.collection.Seq.empty, self: Type = ..., declarations: Option[Scope] = None) extends Signature with GeneratedMessage with Message[ClassSignature] with Updatable[ClassSignature] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. sealed trait Constant extends AnyRef

    Permalink
  12. final case class ConstantMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Message[ConstantMessage] with Updatable[ConstantMessage] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  13. final case class ConstantType(constant: Constant = ...) extends Type with GeneratedMessage with Message[ConstantType] with Updatable[ConstantType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. 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()
  15. final case class DoubleConstant(value: Double = 0.0) extends Constant with GeneratedMessage with Message[DoubleConstant] with Updatable[DoubleConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. final case class ExistentialType(tpe: Type = ..., declarations: Option[Scope] = None) extends Type with GeneratedMessage with Message[ExistentialType] with Updatable[ExistentialType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  17. final case class FloatConstant(value: Float = 0.0f) extends Constant with GeneratedMessage with Message[FloatConstant] with Updatable[FloatConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  18. final case class FunctionTree(parameters: collection.Seq[IdTree] = _root_.scala.collection.Seq.empty, body: Tree = ...) extends Tree with GeneratedMessage with Message[FunctionTree] with Updatable[FunctionTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  19. final case class IdTree(symbol: String = "") extends Tree with GeneratedMessage with Message[IdTree] with Updatable[IdTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  20. final case class IntConstant(value: Int = 0) extends Constant with GeneratedMessage with Message[IntConstant] with Updatable[IntConstant] with Product with Serializable

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

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

    Permalink
  23. final case class LiteralTree(constant: Constant = ...) extends Tree with GeneratedMessage with Message[LiteralTree] with Updatable[LiteralTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  24. 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()
  25. final case class LongConstant(value: Long = 0L) extends Constant with GeneratedMessage with Message[LongConstant] with Updatable[LongConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  26. final case class MacroExpansionTree(beforeExpansion: Tree = ..., tpe: Type = ...) extends Tree with GeneratedMessage with Message[MacroExpansionTree] with Updatable[MacroExpansionTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  27. final case class MethodSignature(typeParameters: Option[Scope] = None, parameterLists: collection.Seq[Scope] = _root_.scala.collection.Seq.empty, returnType: Type = ...) extends Signature with GeneratedMessage with Message[MethodSignature] with Updatable[MethodSignature] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  28. final case class NullConstant() extends Constant with GeneratedMessage with Message[NullConstant] with Updatable[NullConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  29. final case class OriginalTree(range: Option[Range] = None) extends Tree with GeneratedMessage with Message[OriginalTree] with Updatable[OriginalTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  30. final case class PrivateAccess() extends Access with GeneratedMessage with Message[PrivateAccess] with Updatable[PrivateAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  31. final case class PrivateThisAccess() extends Access with GeneratedMessage with Message[PrivateThisAccess] with Updatable[PrivateThisAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  32. final case class PrivateWithinAccess(symbol: String = "") extends Access with GeneratedMessage with Message[PrivateWithinAccess] with Updatable[PrivateWithinAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  33. final case class ProtectedAccess() extends Access with GeneratedMessage with Message[ProtectedAccess] with Updatable[ProtectedAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  34. final case class ProtectedThisAccess() extends Access with GeneratedMessage with Message[ProtectedThisAccess] with Updatable[ProtectedThisAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  35. final case class ProtectedWithinAccess(symbol: String = "") extends Access with GeneratedMessage with Message[ProtectedWithinAccess] with Updatable[ProtectedWithinAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  36. final case class PublicAccess() extends Access with GeneratedMessage with Message[PublicAccess] with Updatable[PublicAccess] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  37. 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()
  38. final case class RepeatedType(tpe: Type = ...) extends Type with GeneratedMessage with Message[RepeatedType] with Updatable[RepeatedType] with Product with Serializable

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

    Permalink
  40. final case class Scope(symlinks: collection.Seq[String] = _root_.scala.collection.Seq.empty, hardlinks: collection.Seq[SymbolInformation] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Scope] with Updatable[Scope] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  41. final case class SelectTree(qualifier: Tree = ..., id: Option[IdTree] = None) extends Tree with GeneratedMessage with Message[SelectTree] with Updatable[SelectTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  42. final case class ShortConstant(value: Int = 0) extends Constant with GeneratedMessage with Message[ShortConstant] with Updatable[ShortConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  43. sealed trait Signature extends AnyRef

    Permalink
  44. final case class SignatureMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Message[SignatureMessage] with Updatable[SignatureMessage] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  45. final case class SingleType(prefix: Type = ..., symbol: String = "") extends Type with GeneratedMessage with Message[SingleType] with Updatable[SingleType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  46. final case class StringConstant(value: String = "") extends Constant with GeneratedMessage with Message[StringConstant] with Updatable[StringConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  47. final case class StructuralType(tpe: Type = ..., declarations: Option[Scope] = None) extends Type with GeneratedMessage with Message[StructuralType] with Updatable[StructuralType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  48. final case class SuperType(prefix: Type = ..., symbol: String = "") extends Type with GeneratedMessage with Message[SuperType] with Updatable[SuperType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  49. final case class SymbolInformation(symbol: String = "", language: Language = ..., kind: Kind = ..., properties: Int = 0, displayName: String = "", signature: Signature = ..., annotations: collection.Seq[Annotation] = _root_.scala.collection.Seq.empty, access: Access = ...) extends GeneratedMessage with Message[SymbolInformation] with Updatable[SymbolInformation] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  50. 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()
  51. final case class Synthetic(range: Option[Range] = None, tree: Tree = ...) extends GeneratedMessage with Message[Synthetic] with Updatable[Synthetic] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  52. final case class TextDocument(schema: Schema = ..., uri: String = "", text: String = "", md5: 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()
  53. 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()
  54. final case class ThisType(symbol: String = "") extends Type with GeneratedMessage with Message[ThisType] with Updatable[ThisType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  55. sealed trait Tree extends AnyRef

    Permalink
  56. final case class TreeMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Message[TreeMessage] with Updatable[TreeMessage] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  57. sealed trait Type extends AnyRef

    Permalink
  58. final case class TypeApplyTree(function: Tree = ..., typeArguments: collection.Seq[Type] = _root_.scala.collection.Seq.empty) extends Tree with GeneratedMessage with Message[TypeApplyTree] with Updatable[TypeApplyTree] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  59. final case class TypeMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Message[TypeMessage] with Updatable[TypeMessage] with Product with Serializable

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

    Permalink
    Annotations
    @SerialVersionUID()
  61. final case class TypeSignature(typeParameters: Option[Scope] = None, lowerBound: Type = ..., upperBound: Type = ...) extends Signature with GeneratedMessage with Message[TypeSignature] with Updatable[TypeSignature] with Product with Serializable

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

    Permalink
    Annotations
    @SerialVersionUID()
  63. final case class UnitConstant() extends Constant with GeneratedMessage with Message[UnitConstant] with Updatable[UnitConstant] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  64. final case class UniversalType(typeParameters: Option[Scope] = None, tpe: Type = ...) extends Type with GeneratedMessage with Message[UniversalType] with Updatable[UniversalType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  65. final case class ValueSignature(tpe: Type = ...) extends Signature with GeneratedMessage with Message[ValueSignature] with Updatable[ValueSignature] with Product with Serializable

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

    Permalink
    Annotations
    @SerialVersionUID()
  67. implicit class XtensionSemanticdbAccess extends AnyRef

    Permalink
  68. implicit class XtensionSemanticdbConstant extends AnyRef

    Permalink
  69. implicit class XtensionSemanticdbConstantCompanion extends AnyRef

    Permalink
  70. implicit class XtensionSemanticdbScope extends AnyRef

    Permalink
  71. implicit class XtensionSemanticdbScopeOpt extends AnyRef

    Permalink
  72. implicit class XtensionSemanticdbScopes extends AnyRef

    Permalink
  73. implicit class XtensionSemanticdbSignature extends AnyRef

    Permalink
  74. implicit class XtensionSemanticdbSymbolInformation extends AnyRef

    Permalink
  75. implicit class XtensionSemanticdbTree extends AnyRef

    Permalink
  76. implicit class XtensionSemanticdbType extends AnyRef

    Permalink

Value Members

  1. object Access

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

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

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

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

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

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

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

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

    Permalink
  10. object ClassSignature extends GeneratedMessageCompanion[ClassSignature] with Serializable

    Permalink
  11. object Constant

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

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

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

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

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

    Permalink
  17. object FloatConstant extends GeneratedMessageCompanion[FloatConstant] with Serializable

    Permalink
  18. object FunctionTree extends GeneratedMessageCompanion[FunctionTree] with Serializable

    Permalink
  19. object IdTree extends GeneratedMessageCompanion[IdTree] with Serializable

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

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

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

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

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

    Permalink
  25. object Locator

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

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

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

    Permalink
  29. val NoAccess: Empty.type

    Permalink
  30. val NoConstant: Empty.type

    Permalink
  31. val NoSignature: Empty.type

    Permalink
  32. val NoTree: Empty.type

    Permalink
  33. val NoType: Empty.type

    Permalink
  34. object NullConstant extends GeneratedMessageCompanion[NullConstant] with Serializable

    Permalink
  35. object OriginalTree extends GeneratedMessageCompanion[OriginalTree] with Serializable

    Permalink
  36. object PrivateAccess extends GeneratedMessageCompanion[PrivateAccess] with Serializable

    Permalink
  37. object PrivateThisAccess extends GeneratedMessageCompanion[PrivateThisAccess] with Serializable

    Permalink
  38. object PrivateWithinAccess extends GeneratedMessageCompanion[PrivateWithinAccess] with Serializable

    Permalink
  39. object ProtectedAccess extends GeneratedMessageCompanion[ProtectedAccess] with Serializable

    Permalink
  40. object ProtectedThisAccess extends GeneratedMessageCompanion[ProtectedThisAccess] with Serializable

    Permalink
  41. object ProtectedWithinAccess extends GeneratedMessageCompanion[ProtectedWithinAccess] with Serializable

    Permalink
  42. object PublicAccess extends GeneratedMessageCompanion[PublicAccess] with Serializable

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

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

    Permalink
  45. object Scala

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

    Permalink
  47. object Scope extends GeneratedMessageCompanion[Scope] with Serializable

    Permalink
  48. object SelectTree extends GeneratedMessageCompanion[SelectTree] with Serializable

    Permalink
  49. object SemanticdbProto extends GeneratedFileObject

    Permalink
  50. object ShortConstant extends GeneratedMessageCompanion[ShortConstant] with Serializable

    Permalink
  51. object Signature

    Permalink
  52. object SignatureMessage extends GeneratedMessageCompanion[SignatureMessage] with Serializable

    Permalink
  53. object SingleType extends GeneratedMessageCompanion[SingleType] with Serializable

    Permalink
  54. object StringConstant extends GeneratedMessageCompanion[StringConstant] with Serializable

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

    Permalink
  56. object SuperType extends GeneratedMessageCompanion[SuperType] with Serializable

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

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

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

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

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

    Permalink
  62. object ThisType extends GeneratedMessageCompanion[ThisType] with Serializable

    Permalink
  63. object Tree

    Permalink
  64. object TreeMessage extends GeneratedMessageCompanion[TreeMessage] with Serializable

    Permalink
  65. object Type

    Permalink
  66. object TypeApplyTree extends GeneratedMessageCompanion[TypeApplyTree] with Serializable

    Permalink
  67. object TypeMessage extends GeneratedMessageCompanion[TypeMessage] with Serializable

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

    Permalink
  69. object TypeSignature extends GeneratedMessageCompanion[TypeSignature] with Serializable

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

    Permalink
  71. object UnitConstant extends GeneratedMessageCompanion[UnitConstant] with Serializable

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

    Permalink
  73. object ValueSignature extends GeneratedMessageCompanion[ValueSignature] with Serializable

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped