Class/Object

scala.meta.internal.semantic.proto

AttributedSource

Related Docs: object AttributedSource | package proto

Permalink

final case class AttributedSource(path: 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[AttributedSource] with Updatable[AttributedSource] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[AttributedSource], com.trueaccord.scalapb.Message[AttributedSource], GeneratedMessage, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributedSource
  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 AttributedSource(path: 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)

    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 AttributedSource to any2stringadd[AttributedSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AttributedSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributedSource to ArrowAssoc[AttributedSource] 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 addAllDenotations(__vs: TraversableOnce[SymbolDenotation]): AttributedSource

    Permalink
  7. def addAllMessages(__vs: TraversableOnce[Message]): AttributedSource

    Permalink
  8. def addAllNames(__vs: TraversableOnce[ResolvedName]): AttributedSource

    Permalink
  9. def addAllSugars(__vs: TraversableOnce[Sugar]): AttributedSource

    Permalink
  10. def addDenotations(__vs: SymbolDenotation*): AttributedSource

    Permalink
  11. def addMessages(__vs: Message*): AttributedSource

    Permalink
  12. def addNames(__vs: ResolvedName*): AttributedSource

    Permalink
  13. def addSugars(__vs: Sugar*): AttributedSource

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clearDenotations: AttributedSource

    Permalink
  16. def clearMessages: AttributedSource

    Permalink
  17. def clearNames: AttributedSource

    Permalink
  18. def clearSugars: AttributedSource

    Permalink
  19. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AttributedSource → GeneratedMessage
  21. val denotations: collection.Seq[SymbolDenotation]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AttributedSource → GeneratedMessage
  31. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    AttributedSource → GeneratedMessage
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def mergeFrom(_input__: CodedInputStream): AttributedSource

    Permalink
    Definition Classes
    AttributedSource → Message
  34. val messages: collection.Seq[Message]

    Permalink
  35. val names: collection.Seq[ResolvedName]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val path: String

    Permalink
  40. final def serializedSize: Int

    Permalink
    Definition Classes
    AttributedSource → GeneratedMessage
  41. val sugars: collection.Seq[Sugar]

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

    Permalink
    Definition Classes
    AnyRef
  43. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  44. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  45. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  46. def toString(): String

    Permalink
    Definition Classes
    AttributedSource → AnyRef → Any
  47. def update(ms: (Lens[AttributedSource, AttributedSource]) ⇒ Mutation[AttributedSource]*): AttributedSource

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withDenotations(__v: collection.Seq[SymbolDenotation]): AttributedSource

    Permalink
  52. def withMessages(__v: collection.Seq[Message]): AttributedSource

    Permalink
  53. def withNames(__v: collection.Seq[ResolvedName]): AttributedSource

    Permalink
  54. def withPath(__v: String): AttributedSource

    Permalink
  55. def withSugars(__v: collection.Seq[Sugar]): AttributedSource

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

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

    Permalink
    Definition Classes
    AttributedSource → GeneratedMessage
  58. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  59. def [B](y: B): (AttributedSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributedSource to ArrowAssoc[AttributedSource] 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[AttributedSource]

Inherited from com.trueaccord.scalapb.Message[AttributedSource]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped