Package

lang.meta.internal.semanticdb

schema

Permalink

package schema

Visibility
  1. Public
  2. All

Type Members

  1. final case class Attributes(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, sugars: Seq[Sugar] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Attributes] with Updatable[Attributes] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class Database(entries: Seq[Attributes] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Database] with Updatable[Database] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. 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

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class Message(pos: Option[Position] = None, severity: Severity = ..., text: String = "") extends GeneratedMessage with com.trueaccord.scalapb.Message[Message] with Updatable[Message] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. 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

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class ResolvedName(pos: Option[Position] = None, sym: String = "", isBinder: Boolean = false) extends GeneratedMessage with com.trueaccord.scalapb.Message[ResolvedName] with Updatable[ResolvedName] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class ResolvedSymbol(sym: String = "", denot: Option[Denotation] = None) extends GeneratedMessage with com.trueaccord.scalapb.Message[ResolvedSymbol] with Updatable[ResolvedSymbol] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class Sugar(pos: Option[Position] = None, text: String = "", names: Seq[ResolvedName] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Sugar] with Updatable[Sugar] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Attributes extends GeneratedMessageCompanion[Attributes] with Serializable

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

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

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

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

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

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

    Permalink
  8. object SemanticdbProto

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

    Permalink

Ungrouped