package schema
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Attributes
(filename: String = "", contents: String = "", dialect: String = "", names: collection.Seq[ResolvedName] = _root_.scala.collection.Seq.empty, messages: collection.Seq[Message] = _root_.scala.collection.Seq.empty, denotations: collection.Seq[SymbolDenotation] = _root_.scala.collection.Seq.empty, sugars: collection.Seq[Sugar] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Attributes] with Updatable[Attributes] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final class Database extends Product with Serializable
-
final
case class
Denotation
(flags: Long = 0L, name: String = "", info: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[Denotation] with Updatable[Denotation] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Message
(range: Option[Range] = None, severity: Severity = ..., msg: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[Message] with Updatable[Message] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Range
(start: Int = 0, end: Int = 0) extends GeneratedMessage with com.trueaccord.scalapb.Message[Range] with Updatable[Range] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ResolvedName
(range: Option[Range] = None, symbol: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[ResolvedName] with Updatable[ResolvedName] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Sugar
(range: Option[Range] = None, syntax: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[Sugar] with Updatable[Sugar] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
SymbolDenotation
(symbol: String = "", denot: Option[Denotation] = None) extends GeneratedMessage with com.trueaccord.scalapb.Message[SymbolDenotation] with Updatable[SymbolDenotation] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object Attributes extends GeneratedMessageCompanion[Attributes] with Serializable
- object Database extends Serializable
- object Denotation extends GeneratedMessageCompanion[Denotation] with Serializable
- object Message extends GeneratedMessageCompanion[Message] with Serializable
- object Range extends GeneratedMessageCompanion[Range] with Serializable
- object ResolvedName extends GeneratedMessageCompanion[ResolvedName] with Serializable
- object SemanticdbProto
- object Sugar extends GeneratedMessageCompanion[Sugar] with Serializable
- object SymbolDenotation extends GeneratedMessageCompanion[SymbolDenotation] with Serializable