Class/Object

scala.meta.internal.semantic.schema

Attributes

Related Docs: object Attributes | package schema

Permalink

final case class Attributes(filename: String = "", contents: String = "", dialect: 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[Attributes] with Updatable[Attributes] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Attributes], com.trueaccord.scalapb.Message[Attributes], GeneratedMessage, Serializable, java.io.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 = "", dialect: 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 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 addAllDenotations(__vs: TraversableOnce[SymbolDenotation]): Attributes

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

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

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

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

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

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

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

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clearDenotations: Attributes

    Permalink
  16. def clearMessages: Attributes

    Permalink
  17. def clearNames: Attributes

    Permalink
  18. def clearSugars: 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. val denotations: collection.Seq[SymbolDenotation]

    Permalink
  23. val dialect: String

    Permalink
  24. 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
  25. 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
  26. 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
  27. 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
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. val filename: String

    Permalink
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. 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()
  32. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Attributes → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any

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

    Permalink
    Definition Classes
    Any
  36. def mergeFrom(_input__: CodedInputStream): Attributes

    Permalink
    Definition Classes
    Attributes → Message
  37. val messages: collection.Seq[Message]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. final def serializedSize: Int

    Permalink
    Definition Classes
    Attributes → GeneratedMessage
  43. val sugars: collection.Seq[Sugar]

    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 withDenotations(__v: collection.Seq[SymbolDenotation]): Attributes

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

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

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

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

    Permalink
  59. def withSugars(__v: collection.Seq[Sugar]): 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 java.io.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