Packages

p

metadoc

schema

package schema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Position(filename: String = "", startLine: Int = 0, startCharacter: Int = 0, endLine: Int = 0, endCharacter: Int = 0) extends GeneratedMessage with Message[Position] with Updatable[Position] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Range(startLine: Int = 0, startCharacter: Int = 0, endLine: Int = 0, endCharacter: Int = 0) extends GeneratedMessage with Message[Range] with Updatable[Range] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class Ranges(ranges: Seq[Range] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Ranges] with Updatable[Ranges] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class SymbolIndex(symbol: String = "", definition: Option[Position] = None, references: Map[String, Ranges] = ...) extends GeneratedMessage with Message[SymbolIndex] with Updatable[SymbolIndex] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class SymbolIndexes(indexes: Seq[SymbolIndex] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[SymbolIndexes] with Updatable[SymbolIndexes] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class Workspace(filenames: Seq[String] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Workspace] with Updatable[Workspace] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object MetadocProto extends GeneratedFileObject
  2. object Position extends GeneratedMessageCompanion[Position] with Serializable
  3. object Range extends GeneratedMessageCompanion[Range] with Serializable
  4. object Ranges extends GeneratedMessageCompanion[Ranges] with Serializable
  5. object SymbolIndex extends GeneratedMessageCompanion[SymbolIndex] with Serializable
  6. object SymbolIndexes extends GeneratedMessageCompanion[SymbolIndexes] with Serializable
  7. object Workspace extends GeneratedMessageCompanion[Workspace] with Serializable

Ungrouped