scala.meta.internal.semantic

schema

package schema

Visibility
  1. Public
  2. All

Type Members

  1. final case class Attributes(filename: String = "", contents: String = "", language: String = "", names: collection.Seq[ResolvedName] = scala.collection.Seq.empty[Nothing], messages: collection.Seq[Message] = scala.collection.Seq.empty[Nothing], symbols: collection.Seq[ResolvedSymbol] = scala.collection.Seq.empty[Nothing], sugars: collection.Seq[Sugar] = scala.collection.Seq.empty[Nothing]) extends GeneratedMessage with com.trueaccord.scalapb.Message[Attributes] with Updatable[Attributes] with Product with Serializable

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

    Annotations
    @SerialVersionUID( 0L )
  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

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

    Annotations
    @SerialVersionUID( 0L )
  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

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

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

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

    Annotations
    @SerialVersionUID( 0L )

Value Members

  1. object Attributes extends GeneratedMessageCompanion[Attributes] with Serializable

  2. object Database extends GeneratedMessageCompanion[Database] with Serializable

  3. object Denotation extends GeneratedMessageCompanion[Denotation] with Serializable

  4. object Message extends GeneratedMessageCompanion[Message] with Serializable

  5. object Position extends GeneratedMessageCompanion[Position] with Serializable

  6. object ResolvedName extends GeneratedMessageCompanion[ResolvedName] with Serializable

  7. object ResolvedSymbol extends GeneratedMessageCompanion[ResolvedSymbol] with Serializable

  8. object SemanticdbProto

  9. object Sugar extends GeneratedMessageCompanion[Sugar] with Serializable

Ungrouped