Class/Object

lang.meta.internal.semanticdb.schema

Attributes

Related Docs: object Attributes | package schema

Permalink

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

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

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

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

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

    Permalink
  8. def addAllSugars(__vs: TraversableOnce[Sugar]): Attributes

    Permalink
  9. def addAllSymbols(__vs: TraversableOnce[ResolvedSymbol]): Attributes

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

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

    Permalink
  12. def addSugars(__vs: Sugar*): Attributes

    Permalink
  13. def addSymbols(__vs: ResolvedSymbol*): Attributes

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clearMessages: Attributes

    Permalink
  16. def clearNames: Attributes

    Permalink
  17. def clearSugars: Attributes

    Permalink
  18. def clearSymbols: Attributes

    Permalink
  19. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] 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 Attributes to StringFormat[Attributes] 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
    Attributes → GeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any

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

    Permalink
    Definition Classes
    Any
  34. val language: String

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

    Permalink
    Definition Classes
    Attributes → 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
    Attributes → GeneratedMessage
  42. val sugars: Seq[Sugar]

    Permalink
  43. val symbols: Seq[ResolvedSymbol]

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

    Permalink
    Definition Classes
    AnyRef
  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 toString(): String

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

    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): Attributes

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

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

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

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

    Permalink
  58. def withSugars(__v: Seq[Sugar]): Attributes

    Permalink
  59. def withSymbols(__v: Seq[ResolvedSymbol]): Attributes

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

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

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

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

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

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped