p

scala.meta.internal

semanticdb

package semanticdb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Access extends GeneratedSealedOneof
  2. final case class AccessMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Updatable[AccessMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class AnnotatedType(annotations: Seq[Annotation] = _root_.scala.Seq.empty, tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[AnnotatedType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class Annotation(tpe: Type = ...) extends GeneratedMessage with Updatable[Annotation] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class ApplyTree(function: Tree = ..., arguments: Seq[Tree] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[ApplyTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class BooleanConstant(value: Boolean = false) extends GeneratedMessage with NonEmpty with Updatable[BooleanConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  7. final case class ByNameType(tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[ByNameType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  8. final case class ByteConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[ByteConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. final case class CharConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[CharConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  10. final case class ClassSignature(typeParameters: Option[Scope] = _root_.scala.None, parents: Seq[Type] = _root_.scala.Seq.empty, self: Type = ..., declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[ClassSignature] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. sealed trait Constant extends GeneratedSealedOneof
  12. final case class ConstantMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Updatable[ConstantMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. final case class ConstantType(constant: Constant = ...) extends GeneratedMessage with NonEmpty with Updatable[ConstantType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  14. final case class Diagnostic(range: Option[Range] = _root_.scala.None, severity: Severity = ..., message: String = "") extends GeneratedMessage with Updatable[Diagnostic] with Product with Serializable
    Annotations
    @SerialVersionUID()
  15. final case class Documentation(message: String = "", format: Format = ...) extends GeneratedMessage with Updatable[Documentation] with Product with Serializable
    Annotations
    @SerialVersionUID()
  16. final case class DoubleConstant(value: Double = 0.0) extends GeneratedMessage with NonEmpty with Updatable[DoubleConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  17. final case class ExistentialType(tpe: Type = ..., declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[ExistentialType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  18. final case class FloatConstant(value: Float = 0.0f) extends GeneratedMessage with NonEmpty with Updatable[FloatConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  19. final case class FunctionTree(parameters: Seq[IdTree] = _root_.scala.Seq.empty, body: Tree = ...) extends GeneratedMessage with NonEmpty with Updatable[FunctionTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  20. final case class IdTree(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[IdTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  21. final case class IntConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[IntConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  22. final case class IntersectionType(types: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[IntersectionType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  23. sealed abstract class Language extends GeneratedEnum
  24. final case class LiteralTree(constant: Constant = ...) extends GeneratedMessage with NonEmpty with Updatable[LiteralTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  25. final case class Location(uri: String = "", range: Option[Range] = _root_.scala.None) extends GeneratedMessage with Updatable[Location] with Product with Serializable
    Annotations
    @SerialVersionUID()
  26. final case class LongConstant(value: Long = 0L) extends GeneratedMessage with NonEmpty with Updatable[LongConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  27. final case class MacroExpansionTree(beforeExpansion: Tree = ..., tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[MacroExpansionTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  28. final case class MethodSignature(typeParameters: Option[Scope] = _root_.scala.None, parameterLists: Seq[Scope] = _root_.scala.Seq.empty, returnType: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[MethodSignature] with Product with Serializable
    Annotations
    @SerialVersionUID()
  29. final case class NullConstant() extends GeneratedMessage with NonEmpty with Updatable[NullConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  30. final case class OriginalTree(range: Option[Range] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[OriginalTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  31. final case class PrivateAccess() extends GeneratedMessage with NonEmpty with Updatable[PrivateAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  32. final case class PrivateThisAccess() extends GeneratedMessage with NonEmpty with Updatable[PrivateThisAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  33. final case class PrivateWithinAccess(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[PrivateWithinAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  34. final case class ProtectedAccess() extends GeneratedMessage with NonEmpty with Updatable[ProtectedAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  35. final case class ProtectedThisAccess() extends GeneratedMessage with NonEmpty with Updatable[ProtectedThisAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  36. final case class ProtectedWithinAccess(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[ProtectedWithinAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  37. final case class PublicAccess() extends GeneratedMessage with NonEmpty with Updatable[PublicAccess] with Product with Serializable
    Annotations
    @SerialVersionUID()
  38. final case class Range(startLine: Int = 0, startCharacter: Int = 0, endLine: Int = 0, endCharacter: Int = 0) extends GeneratedMessage with Updatable[Range] with Product with Serializable
    Annotations
    @SerialVersionUID()
  39. final case class RepeatedType(tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[RepeatedType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  40. sealed abstract class Schema extends GeneratedEnum
  41. final case class Scope(symlinks: Seq[String] = _root_.scala.Seq.empty, hardlinks: Seq[SymbolInformation] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Scope] with Product with Serializable
    Annotations
    @SerialVersionUID()
  42. final case class SelectTree(qualifier: Tree = ..., id: Option[IdTree] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[SelectTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  43. final case class ShortConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[ShortConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  44. sealed trait Signature extends GeneratedSealedOneof
  45. final case class SignatureMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Updatable[SignatureMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  46. final case class SingleType(prefix: Type = ..., symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[SingleType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  47. final case class StringConstant(value: String = "") extends GeneratedMessage with NonEmpty with Updatable[StringConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  48. final case class StructuralType(tpe: Type = ..., declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[StructuralType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  49. final case class SuperType(prefix: Type = ..., symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[SuperType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  50. final case class SymbolInformation(symbol: String = "", language: Language = ..., kind: Kind = ..., properties: Int = 0, displayName: String = "", signature: Signature = ..., annotations: Seq[Annotation] = _root_.scala.Seq.empty, access: Access = ..., overriddenSymbols: Seq[String] = _root_.scala.Seq.empty, documentation: Option[Documentation] = _root_.scala.None) extends GeneratedMessage with Updatable[SymbolInformation] with Product with Serializable
    Annotations
    @SerialVersionUID()
  51. final case class SymbolOccurrence(range: Option[Range] = _root_.scala.None, symbol: String = "", role: Role = ...) extends GeneratedMessage with Updatable[SymbolOccurrence] with Product with Serializable
    Annotations
    @SerialVersionUID()
  52. final case class Synthetic(range: Option[Range] = _root_.scala.None, tree: Tree = ...) extends GeneratedMessage with Updatable[Synthetic] with Product with Serializable
    Annotations
    @SerialVersionUID()
  53. final case class TextDocument(schema: Schema = ..., uri: String = "", text: String = "", md5: String = "", language: Language = ..., symbols: Seq[SymbolInformation] = _root_.scala.Seq.empty, occurrences: Seq[SymbolOccurrence] = _root_.scala.Seq.empty, diagnostics: Seq[Diagnostic] = _root_.scala.Seq.empty, synthetics: Seq[Synthetic] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TextDocument] with Product with Serializable
    Annotations
    @SerialVersionUID()
  54. final case class TextDocuments(documents: Seq[TextDocument] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TextDocuments] with Product with Serializable
    Annotations
    @SerialVersionUID()
  55. final case class ThisType(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[ThisType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  56. sealed trait Tree extends GeneratedSealedOneof
  57. final case class TreeMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Updatable[TreeMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  58. sealed trait Type extends GeneratedSealedOneof
  59. final case class TypeApplyTree(function: Tree = ..., typeArguments: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[TypeApplyTree] with Product with Serializable
    Annotations
    @SerialVersionUID()
  60. final case class TypeMessage(sealedValue: SealedValue = ...) extends GeneratedMessage with Updatable[TypeMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  61. final case class TypeRef(prefix: Type = ..., symbol: String = "", typeArguments: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[TypeRef] with Product with Serializable
    Annotations
    @SerialVersionUID()
  62. final case class TypeSignature(typeParameters: Option[Scope] = _root_.scala.None, lowerBound: Type = ..., upperBound: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[TypeSignature] with Product with Serializable
    Annotations
    @SerialVersionUID()
  63. final case class UnionType(types: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[UnionType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  64. final case class UnitConstant() extends GeneratedMessage with NonEmpty with Updatable[UnitConstant] with Product with Serializable
    Annotations
    @SerialVersionUID()
  65. final case class UniversalType(typeParameters: Option[Scope] = _root_.scala.None, tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[UniversalType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  66. final case class ValueSignature(tpe: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[ValueSignature] with Product with Serializable
    Annotations
    @SerialVersionUID()
  67. final case class WithType(types: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[WithType] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object Access extends Serializable
  2. object AccessMessage extends GeneratedMessageCompanion[AccessMessage]
  3. object AnnotatedType extends GeneratedMessageCompanion[AnnotatedType]
  4. object Annotation extends GeneratedMessageCompanion[Annotation]
  5. object ApplyTree extends GeneratedMessageCompanion[ApplyTree]
  6. object BooleanConstant extends GeneratedMessageCompanion[BooleanConstant]
  7. object ByNameType extends GeneratedMessageCompanion[ByNameType]
  8. object ByteConstant extends GeneratedMessageCompanion[ByteConstant]
  9. object CharConstant extends GeneratedMessageCompanion[CharConstant]
  10. object ClassSignature extends GeneratedMessageCompanion[ClassSignature]
  11. object Constant extends Serializable
  12. object ConstantMessage extends GeneratedMessageCompanion[ConstantMessage]
  13. object ConstantType extends GeneratedMessageCompanion[ConstantType]
  14. object Diagnostic extends GeneratedMessageCompanion[Diagnostic]
  15. object Documentation extends GeneratedMessageCompanion[Documentation]
  16. object DoubleConstant extends GeneratedMessageCompanion[DoubleConstant]
  17. object ExistentialType extends GeneratedMessageCompanion[ExistentialType]
  18. object FloatConstant extends GeneratedMessageCompanion[FloatConstant]
  19. object FunctionTree extends GeneratedMessageCompanion[FunctionTree]
  20. object IdTree extends GeneratedMessageCompanion[IdTree]
  21. object IntConstant extends GeneratedMessageCompanion[IntConstant]
  22. object IntersectionType extends GeneratedMessageCompanion[IntersectionType]
  23. object Language extends GeneratedEnumCompanion[Language]
  24. object LiteralTree extends GeneratedMessageCompanion[LiteralTree]
  25. object Location extends GeneratedMessageCompanion[Location]
  26. object LongConstant extends GeneratedMessageCompanion[LongConstant]
  27. object MacroExpansionTree extends GeneratedMessageCompanion[MacroExpansionTree]
  28. object MethodSignature extends GeneratedMessageCompanion[MethodSignature]
  29. object NullConstant extends GeneratedMessageCompanion[NullConstant]
  30. object OriginalTree extends GeneratedMessageCompanion[OriginalTree]
  31. object PrivateAccess extends GeneratedMessageCompanion[PrivateAccess]
  32. object PrivateThisAccess extends GeneratedMessageCompanion[PrivateThisAccess]
  33. object PrivateWithinAccess extends GeneratedMessageCompanion[PrivateWithinAccess]
  34. object ProtectedAccess extends GeneratedMessageCompanion[ProtectedAccess]
  35. object ProtectedThisAccess extends GeneratedMessageCompanion[ProtectedThisAccess]
  36. object ProtectedWithinAccess extends GeneratedMessageCompanion[ProtectedWithinAccess]
  37. object PublicAccess extends GeneratedMessageCompanion[PublicAccess]
  38. object Range extends GeneratedMessageCompanion[Range]
  39. object RepeatedType extends GeneratedMessageCompanion[RepeatedType]
  40. object Schema extends GeneratedEnumCompanion[Schema]
  41. object Scope extends GeneratedMessageCompanion[Scope]
  42. object SelectTree extends GeneratedMessageCompanion[SelectTree]
  43. object SemanticdbProto extends GeneratedFileObject
  44. object ShortConstant extends GeneratedMessageCompanion[ShortConstant]
  45. object Signature extends Serializable
  46. object SignatureMessage extends GeneratedMessageCompanion[SignatureMessage]
  47. object SingleType extends GeneratedMessageCompanion[SingleType]
  48. object StringConstant extends GeneratedMessageCompanion[StringConstant]
  49. object StructuralType extends GeneratedMessageCompanion[StructuralType]
  50. object SuperType extends GeneratedMessageCompanion[SuperType]
  51. object SymbolInformation extends GeneratedMessageCompanion[SymbolInformation]
  52. object SymbolOccurrence extends GeneratedMessageCompanion[SymbolOccurrence]
  53. object Synthetic extends GeneratedMessageCompanion[Synthetic]
  54. object TextDocument extends GeneratedMessageCompanion[TextDocument]
  55. object TextDocuments extends GeneratedMessageCompanion[TextDocuments]
  56. object ThisType extends GeneratedMessageCompanion[ThisType]
  57. object Tree extends Serializable
  58. object TreeMessage extends GeneratedMessageCompanion[TreeMessage]
  59. object Type extends Serializable
  60. object TypeApplyTree extends GeneratedMessageCompanion[TypeApplyTree]
  61. object TypeMessage extends GeneratedMessageCompanion[TypeMessage]
  62. object TypeRef extends GeneratedMessageCompanion[TypeRef]
  63. object TypeSignature extends GeneratedMessageCompanion[TypeSignature]
  64. object UnionType extends GeneratedMessageCompanion[UnionType]
  65. object UnitConstant extends GeneratedMessageCompanion[UnitConstant]
  66. object UniversalType extends GeneratedMessageCompanion[UniversalType]
  67. object ValueSignature extends GeneratedMessageCompanion[ValueSignature]
  68. object WithType extends GeneratedMessageCompanion[WithType]

Ungrouped