Class/Object

org.langmeta.internal.semanticdb.schema

Document

Related Docs: object Document | package schema

Permalink

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 scalapb.Message[Document] with Updatable[Document] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Document], scalapb.Message[Document], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to any2stringadd[Document] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Document, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to ArrowAssoc[Document] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addAllMessages(__vs: TraversableOnce[Message]): Document

    Permalink
  7. def addAllNames(__vs: TraversableOnce[ResolvedName]): Document

    Permalink
  8. def addAllSymbols(__vs: TraversableOnce[ResolvedSymbol]): Document

    Permalink
  9. def addAllSynthetics(__vs: TraversableOnce[Synthetic]): Document

    Permalink
  10. def addMessages(__vs: Message*): Document

    Permalink
  11. def addNames(__vs: ResolvedName*): Document

    Permalink
  12. def addSymbols(__vs: ResolvedSymbol*): Document

    Permalink
  13. def addSynthetics(__vs: Synthetic*): Document

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clearMessages: Document

    Permalink
  16. def clearNames: Document

    Permalink
  17. def clearSymbols: Document

    Permalink
  18. def clearSynthetics: Document

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def companion: Document.type

    Permalink
    Definition Classes
    Document → GeneratedMessage
  21. val contents: String

    Permalink
  22. def ensuring(cond: (Document) ⇒ Boolean, msg: ⇒ Any): Document

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to Ensuring[Document] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (Document) ⇒ Boolean): Document

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to Ensuring[Document] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): Document

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to Ensuring[Document] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): Document

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to Ensuring[Document] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. val filename: String

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to StringFormat[Document] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    Document → GeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    Document → GeneratedMessage
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val language: String

    Permalink
  35. def mergeFrom(_input__: CodedInputStream): Document

    Permalink
    Definition Classes
    Document → Message
  36. val messages: Seq[Message]

    Permalink
  37. val names: Seq[ResolvedName]

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def serializedSize: Int

    Permalink
    Definition Classes
    Document → GeneratedMessage
  42. val symbols: Seq[ResolvedSymbol]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. val synthetics: Seq[Synthetic]

    Permalink
  45. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  46. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  47. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  48. def toProtoString: String

    Permalink
    Definition Classes
    Document → GeneratedMessage
  49. def update(ms: (Lens[Document, Document]) ⇒ Mutation[Document]*): Document

    Permalink
    Definition Classes
    Updatable
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withContents(__v: String): Document

    Permalink
  54. def withFilename(__v: String): Document

    Permalink
  55. def withLanguage(__v: String): Document

    Permalink
  56. def withMessages(__v: Seq[Message]): Document

    Permalink
  57. def withNames(__v: Seq[ResolvedName]): Document

    Permalink
  58. def withSymbols(__v: Seq[ResolvedSymbol]): Document

    Permalink
  59. def withSynthetics(__v: Seq[Synthetic]): Document

    Permalink
  60. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    Document → GeneratedMessage
  62. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  63. def [B](y: B): (Document, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Document to ArrowAssoc[Document] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Document]

Inherited from scalapb.Message[Document]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Document to any2stringadd[Document]

Inherited by implicit conversion StringFormat from Document to StringFormat[Document]

Inherited by implicit conversion Ensuring from Document to Ensuring[Document]

Inherited by implicit conversion ArrowAssoc from Document to ArrowAssoc[Document]

Ungrouped