package semanticdb
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait Access extends GeneratedSealedOneof
- final case class AccessMessage(sealedValue: SealedValue = scala.meta.internal.semanticdb.AccessMessage.SealedValue.Empty) extends GeneratedMessage with Updatable[AccessMessage] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class AnnotatedType(annotations: Seq[Annotation] = _root_.scala.Seq.empty, tpe: Type = scala.meta.internal.semanticdb.AnnotatedType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[AnnotatedType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Annotation(tpe: Type = scala.meta.internal.semanticdb.Annotation._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with Updatable[Annotation] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ApplyTree(function: Tree = scala.meta.internal.semanticdb.ApplyTree._typemapper_function.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance), arguments: Seq[Tree] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[ApplyTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class BooleanConstant(value: Boolean = false) extends GeneratedMessage with NonEmpty with Updatable[BooleanConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ByNameType(tpe: Type = scala.meta.internal.semanticdb.ByNameType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[ByNameType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ByteConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[ByteConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class CharConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[CharConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ClassSignature(typeParameters: Option[Scope] = _root_.scala.None, parents: Seq[Type] = _root_.scala.Seq.empty, self: Type = scala.meta.internal.semanticdb.ClassSignature._typemapper_self.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[ClassSignature] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait Constant extends GeneratedSealedOneof
- final case class ConstantMessage(sealedValue: SealedValue = scala.meta.internal.semanticdb.ConstantMessage.SealedValue.Empty) extends GeneratedMessage with Updatable[ConstantMessage] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ConstantType(constant: Constant = scala.meta.internal.semanticdb.ConstantType._typemapper_constant.toCustom(scala.meta.internal.semanticdb.ConstantMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[ConstantType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Diagnostic(range: Option[Range] = _root_.scala.None, severity: Severity = scala.meta.internal.semanticdb.Diagnostic.Severity.UNKNOWN_SEVERITY, message: String = "") extends GeneratedMessage with Updatable[Diagnostic] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Documentation(message: String = "", format: Format = scala.meta.internal.semanticdb.Documentation.Format.HTML) extends GeneratedMessage with Updatable[Documentation] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class DoubleConstant(value: Double = 0.0) extends GeneratedMessage with NonEmpty with Updatable[DoubleConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ExistentialType(tpe: Type = scala.meta.internal.semanticdb.ExistentialType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[ExistentialType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class FloatConstant(value: Float = 0.0f) extends GeneratedMessage with NonEmpty with Updatable[FloatConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class FunctionTree(parameters: Seq[IdTree] = _root_.scala.Seq.empty, body: Tree = scala.meta.internal.semanticdb.FunctionTree._typemapper_body.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[FunctionTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class IdTree(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[IdTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class IntConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[IntConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class IntersectionType(types: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[IntersectionType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed abstract class Language extends GeneratedEnum
- final case class LiteralTree(constant: Constant = scala.meta.internal.semanticdb.LiteralTree._typemapper_constant.toCustom(scala.meta.internal.semanticdb.ConstantMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[LiteralTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Location(uri: String = "", range: Option[Range] = _root_.scala.None) extends GeneratedMessage with Updatable[Location] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class LongConstant(value: Long = 0L) extends GeneratedMessage with NonEmpty with Updatable[LongConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class MacroExpansionTree(beforeExpansion: Tree = scala.meta.internal.semanticdb.MacroExpansionTree._typemapper_beforeExpansion.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance), tpe: Type = scala.meta.internal.semanticdb.MacroExpansionTree._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[MacroExpansionTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class MethodSignature(typeParameters: Option[Scope] = _root_.scala.None, parameterLists: Seq[Scope] = _root_.scala.Seq.empty, returnType: Type = scala.meta.internal.semanticdb.MethodSignature._typemapper_returnType.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[MethodSignature] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class NullConstant() extends GeneratedMessage with NonEmpty with Updatable[NullConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class OriginalTree(range: Option[Range] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[OriginalTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class PrivateAccess() extends GeneratedMessage with NonEmpty with Updatable[PrivateAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class PrivateThisAccess() extends GeneratedMessage with NonEmpty with Updatable[PrivateThisAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class PrivateWithinAccess(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[PrivateWithinAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ProtectedAccess() extends GeneratedMessage with NonEmpty with Updatable[ProtectedAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ProtectedThisAccess() extends GeneratedMessage with NonEmpty with Updatable[ProtectedThisAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ProtectedWithinAccess(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[ProtectedWithinAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class PublicAccess() extends GeneratedMessage with NonEmpty with Updatable[PublicAccess] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- final case class RepeatedType(tpe: Type = scala.meta.internal.semanticdb.RepeatedType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[RepeatedType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed abstract class Schema extends GeneratedEnum
- 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()
- final case class SelectTree(qualifier: Tree = scala.meta.internal.semanticdb.SelectTree._typemapper_qualifier.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance), id: Option[IdTree] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[SelectTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ShortConstant(value: Int = 0) extends GeneratedMessage with NonEmpty with Updatable[ShortConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait Signature extends GeneratedSealedOneof
- final case class SignatureMessage(sealedValue: SealedValue = scala.meta.internal.semanticdb.SignatureMessage.SealedValue.Empty) extends GeneratedMessage with Updatable[SignatureMessage] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SingleType(prefix: Type = scala.meta.internal.semanticdb.SingleType._typemapper_prefix.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[SingleType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class StringConstant(value: String = "") extends GeneratedMessage with NonEmpty with Updatable[StringConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class StructuralType(tpe: Type = scala.meta.internal.semanticdb.StructuralType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), declarations: Option[Scope] = _root_.scala.None) extends GeneratedMessage with NonEmpty with Updatable[StructuralType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SuperType(prefix: Type = scala.meta.internal.semanticdb.SuperType._typemapper_prefix.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[SuperType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SymbolInformation(symbol: String = "", language: Language = scala.meta.internal.semanticdb.Language.UNKNOWN_LANGUAGE, kind: Kind = scala.meta.internal.semanticdb.SymbolInformation.Kind.UNKNOWN_KIND, properties: Int = 0, displayName: String = "", signature: Signature = scala.meta.internal.semanticdb.SymbolInformation._typemapper_signature.toCustom(scala.meta.internal.semanticdb.SignatureMessage.defaultInstance), annotations: Seq[Annotation] = _root_.scala.Seq.empty, access: Access = scala.meta.internal.semanticdb.SymbolInformation._typemapper_access.toCustom(scala.meta.internal.semanticdb.AccessMessage.defaultInstance), overriddenSymbols: Seq[String] = _root_.scala.Seq.empty, documentation: Option[Documentation] = _root_.scala.None) extends GeneratedMessage with Updatable[SymbolInformation] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SymbolOccurrence(range: Option[Range] = _root_.scala.None, symbol: String = "", role: Role = scala.meta.internal.semanticdb.SymbolOccurrence.Role.UNKNOWN_ROLE) extends GeneratedMessage with Updatable[SymbolOccurrence] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Synthetic(range: Option[Range] = _root_.scala.None, tree: Tree = scala.meta.internal.semanticdb.Synthetic._typemapper_tree.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance)) extends GeneratedMessage with Updatable[Synthetic] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class TextDocument(schema: Schema = scala.meta.internal.semanticdb.Schema.LEGACY, uri: String = "", text: String = "", md5: String = "", language: Language = scala.meta.internal.semanticdb.Language.UNKNOWN_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()
- final case class TextDocuments(documents: Seq[TextDocument] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TextDocuments] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ThisType(symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[ThisType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait Tree extends GeneratedSealedOneof
- final case class TreeMessage(sealedValue: SealedValue = scala.meta.internal.semanticdb.TreeMessage.SealedValue.Empty) extends GeneratedMessage with Updatable[TreeMessage] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait Type extends GeneratedSealedOneof
- final case class TypeApplyTree(function: Tree = scala.meta.internal.semanticdb.TypeApplyTree._typemapper_function.toCustom(scala.meta.internal.semanticdb.TreeMessage.defaultInstance), typeArguments: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[TypeApplyTree] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class TypeMessage(sealedValue: SealedValue = scala.meta.internal.semanticdb.TypeMessage.SealedValue.Empty) extends GeneratedMessage with Updatable[TypeMessage] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class TypeRef(prefix: Type = scala.meta.internal.semanticdb.TypeRef._typemapper_prefix.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), symbol: String = "", typeArguments: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[TypeRef] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class TypeSignature(typeParameters: Option[Scope] = _root_.scala.None, lowerBound: Type = scala.meta.internal.semanticdb.TypeSignature._typemapper_lowerBound.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance), upperBound: Type = scala.meta.internal.semanticdb.TypeSignature._typemapper_upperBound.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[TypeSignature] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class UnionType(types: Seq[Type] = _root_.scala.Seq.empty) extends GeneratedMessage with NonEmpty with Updatable[UnionType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class UnitConstant() extends GeneratedMessage with NonEmpty with Updatable[UnitConstant] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class UniversalType(typeParameters: Option[Scope] = _root_.scala.None, tpe: Type = scala.meta.internal.semanticdb.UniversalType._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[UniversalType] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ValueSignature(tpe: Type = scala.meta.internal.semanticdb.ValueSignature._typemapper_tpe.toCustom(scala.meta.internal.semanticdb.TypeMessage.defaultInstance)) extends GeneratedMessage with NonEmpty with Updatable[ValueSignature] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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
- object Access extends java.io.Serializable
- object AccessMessage extends GeneratedMessageCompanion[AccessMessage] with java.io.Serializable
- object AnnotatedType extends GeneratedMessageCompanion[AnnotatedType] with java.io.Serializable
- object Annotation extends GeneratedMessageCompanion[Annotation] with java.io.Serializable
- object ApplyTree extends GeneratedMessageCompanion[ApplyTree] with java.io.Serializable
- object BooleanConstant extends GeneratedMessageCompanion[BooleanConstant] with java.io.Serializable
- object ByNameType extends GeneratedMessageCompanion[ByNameType] with java.io.Serializable
- object ByteConstant extends GeneratedMessageCompanion[ByteConstant] with java.io.Serializable
- object CharConstant extends GeneratedMessageCompanion[CharConstant] with java.io.Serializable
- object ClassSignature extends GeneratedMessageCompanion[ClassSignature] with java.io.Serializable
- object Constant extends java.io.Serializable
- object ConstantMessage extends GeneratedMessageCompanion[ConstantMessage] with java.io.Serializable
- object ConstantType extends GeneratedMessageCompanion[ConstantType] with java.io.Serializable
- object Diagnostic extends GeneratedMessageCompanion[Diagnostic] with java.io.Serializable
- object Documentation extends GeneratedMessageCompanion[Documentation] with java.io.Serializable
- object DoubleConstant extends GeneratedMessageCompanion[DoubleConstant] with java.io.Serializable
- object ExistentialType extends GeneratedMessageCompanion[ExistentialType] with java.io.Serializable
- object FloatConstant extends GeneratedMessageCompanion[FloatConstant] with java.io.Serializable
- object FunctionTree extends GeneratedMessageCompanion[FunctionTree] with java.io.Serializable
- object IdTree extends GeneratedMessageCompanion[IdTree] with java.io.Serializable
- object IntConstant extends GeneratedMessageCompanion[IntConstant] with java.io.Serializable
- object IntersectionType extends GeneratedMessageCompanion[IntersectionType] with java.io.Serializable
- object Language extends GeneratedEnumCompanion[Language] with java.io.Serializable
- object LiteralTree extends GeneratedMessageCompanion[LiteralTree] with java.io.Serializable
- object Location extends GeneratedMessageCompanion[Location] with java.io.Serializable
- object LongConstant extends GeneratedMessageCompanion[LongConstant] with java.io.Serializable
- object MacroExpansionTree extends GeneratedMessageCompanion[MacroExpansionTree] with java.io.Serializable
- object MethodSignature extends GeneratedMessageCompanion[MethodSignature] with java.io.Serializable
- object NullConstant extends GeneratedMessageCompanion[NullConstant] with java.io.Serializable
- object OriginalTree extends GeneratedMessageCompanion[OriginalTree] with java.io.Serializable
- object PrivateAccess extends GeneratedMessageCompanion[PrivateAccess] with java.io.Serializable
- object PrivateThisAccess extends GeneratedMessageCompanion[PrivateThisAccess] with java.io.Serializable
- object PrivateWithinAccess extends GeneratedMessageCompanion[PrivateWithinAccess] with java.io.Serializable
- object ProtectedAccess extends GeneratedMessageCompanion[ProtectedAccess] with java.io.Serializable
- object ProtectedThisAccess extends GeneratedMessageCompanion[ProtectedThisAccess] with java.io.Serializable
- object ProtectedWithinAccess extends GeneratedMessageCompanion[ProtectedWithinAccess] with java.io.Serializable
- object PublicAccess extends GeneratedMessageCompanion[PublicAccess] with java.io.Serializable
- object Range extends GeneratedMessageCompanion[Range] with java.io.Serializable
- object RepeatedType extends GeneratedMessageCompanion[RepeatedType] with java.io.Serializable
- object Schema extends GeneratedEnumCompanion[Schema] with java.io.Serializable
- object Scope extends GeneratedMessageCompanion[Scope] with java.io.Serializable
- object SelectTree extends GeneratedMessageCompanion[SelectTree] with java.io.Serializable
- object SemanticdbProto extends GeneratedFileObject
- object ShortConstant extends GeneratedMessageCompanion[ShortConstant] with java.io.Serializable
- object Signature extends java.io.Serializable
- object SignatureMessage extends GeneratedMessageCompanion[SignatureMessage] with java.io.Serializable
- object SingleType extends GeneratedMessageCompanion[SingleType] with java.io.Serializable
- object StringConstant extends GeneratedMessageCompanion[StringConstant] with java.io.Serializable
- object StructuralType extends GeneratedMessageCompanion[StructuralType] with java.io.Serializable
- object SuperType extends GeneratedMessageCompanion[SuperType] with java.io.Serializable
- object SymbolInformation extends GeneratedMessageCompanion[SymbolInformation] with java.io.Serializable
- object SymbolOccurrence extends GeneratedMessageCompanion[SymbolOccurrence] with java.io.Serializable
- object Synthetic extends GeneratedMessageCompanion[Synthetic] with java.io.Serializable
- object TextDocument extends GeneratedMessageCompanion[TextDocument] with java.io.Serializable
- object TextDocuments extends GeneratedMessageCompanion[TextDocuments] with java.io.Serializable
- object ThisType extends GeneratedMessageCompanion[ThisType] with java.io.Serializable
- object Tree extends java.io.Serializable
- object TreeMessage extends GeneratedMessageCompanion[TreeMessage] with java.io.Serializable
- object Type extends java.io.Serializable
- object TypeApplyTree extends GeneratedMessageCompanion[TypeApplyTree] with java.io.Serializable
- object TypeMessage extends GeneratedMessageCompanion[TypeMessage] with java.io.Serializable
- object TypeRef extends GeneratedMessageCompanion[TypeRef] with java.io.Serializable
- object TypeSignature extends GeneratedMessageCompanion[TypeSignature] with java.io.Serializable
- object UnionType extends GeneratedMessageCompanion[UnionType] with java.io.Serializable
- object UnitConstant extends GeneratedMessageCompanion[UnitConstant] with java.io.Serializable
- object UniversalType extends GeneratedMessageCompanion[UniversalType] with java.io.Serializable
- object ValueSignature extends GeneratedMessageCompanion[ValueSignature] with java.io.Serializable
- object WithType extends GeneratedMessageCompanion[WithType] with java.io.Serializable