package schema
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Database
(documents: Seq[Document] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Database] with Updatable[Database] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Denotation
(flags: Long = 0L, name: String = "", signature: String = "", names: Seq[ResolvedName] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Denotation] with Updatable[Denotation] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Document
(filename: String = "", contents: String = "", language: String = "", names: Seq[ResolvedName] = _root_.scala.collection.Seq.empty, messages: Seq[Message] = _root_.scala.collection.Seq.empty, symbols: Seq[ResolvedSymbol] = _root_.scala.collection.Seq.empty, synthetics: Seq[Synthetic] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Document] with Updatable[Document] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Message
(position: Option[Position] = None, severity: Message.Severity = ..., text: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[Message] with Updatable[Message] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Position
(start: Int = 0, end: Int = 0) extends GeneratedMessage with com.trueaccord.scalapb.Message[Position] with Updatable[Position] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ResolvedName
(position: Option[Position] = None, symbol: String = "", isDefinition: Boolean = false) extends GeneratedMessage with com.trueaccord.scalapb.Message[ResolvedName] with Updatable[ResolvedName] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ResolvedSymbol
(symbol: String = "", denotation: Option[Denotation] = None) extends GeneratedMessage with com.trueaccord.scalapb.Message[ResolvedSymbol] with Updatable[ResolvedSymbol] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Synthetic
(pos: Option[Position] = None, text: String = "", names: Seq[ResolvedName] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Synthetic] with Updatable[Synthetic] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object Database extends GeneratedMessageCompanion[Database] with Serializable
- object Denotation extends GeneratedMessageCompanion[Denotation] with Serializable
- object Document extends GeneratedMessageCompanion[Document] with Serializable
- object Message extends GeneratedMessageCompanion[Message] with Serializable
- object Position extends GeneratedMessageCompanion[Position] with Serializable
- object ResolvedName extends GeneratedMessageCompanion[ResolvedName] with Serializable
- object ResolvedSymbol extends GeneratedMessageCompanion[ResolvedSymbol] with Serializable
- object SemanticdbProto
- object Synthetic extends GeneratedMessageCompanion[Synthetic] with Serializable