scala.meta.internal.semanticdb3

SymbolInformation

final case class SymbolInformation(symbol: String = "", language: String = "", kind: Kind = ..., properties: Int = 0, name: String = "", range: Option[Range] = scala.None, signature: Option[TextDocument] = scala.None, members: collection.Seq[String] = scala.collection.Seq.empty[Nothing], overrides: collection.Seq[String] = scala.collection.Seq.empty[Nothing]) extends GeneratedMessage with Message[SymbolInformation] with Updatable[SymbolInformation] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[SymbolInformation], Message[SymbolInformation], GeneratedMessage, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymbolInformation
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolInformation(symbol: String = "", language: String = "", kind: Kind = ..., properties: Int = 0, name: String = "", range: Option[Range] = scala.None, signature: Option[TextDocument] = scala.None, members: collection.Seq[String] = scala.collection.Seq.empty[Nothing], overrides: collection.Seq[String] = scala.collection.Seq.empty[Nothing])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def addAllMembers(__vs: TraversableOnce[String]): SymbolInformation

  9. def addAllOverrides(__vs: TraversableOnce[String]): SymbolInformation

  10. def addMembers(__vs: String*): SymbolInformation

  11. def addOverrides(__vs: String*): SymbolInformation

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clearMembers: SymbolInformation

  14. def clearOverrides: SymbolInformation

  15. def clearRange: SymbolInformation

  16. def clearSignature: SymbolInformation

  17. def clone(): AnyRef

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

    Definition Classes
    SymbolInformation → GeneratedMessage
  19. def ensuring(cond: (SymbolInformation) ⇒ Boolean, msg: ⇒ Any): SymbolInformation

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

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

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

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

    Definition Classes
    AnyRef
  24. def finalize(): Unit

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

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

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

    Definition Classes
    SymbolInformation → GeneratedMessage
  28. def getFieldByNumber(__fieldNumber: Int): Any

    Definition Classes
    SymbolInformation → GeneratedMessage
  29. def getRange: Range

  30. def getSignature: TextDocument

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. val kind: Kind

  33. val language: String

  34. val members: collection.Seq[String]

  35. def mergeFrom(_input__: CodedInputStream): SymbolInformation

    Definition Classes
    SymbolInformation → Message
  36. val name: String

  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. val overrides: collection.Seq[String]

  41. val properties: Int

  42. val range: Option[Range]

  43. final def serializedSize: Int

    Definition Classes
    SymbolInformation → GeneratedMessage
  44. val signature: Option[TextDocument]

  45. val symbol: String

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

    Definition Classes
    AnyRef
  47. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  48. def toByteString: ByteString

    Definition Classes
    GeneratedMessage
  49. def toPMessage: PMessage

    Definition Classes
    GeneratedMessage
  50. def toProtoString: String

    Definition Classes
    SymbolInformation → GeneratedMessage
  51. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ (SymbolInformation) ⇒ SymbolInformation*): SymbolInformation

    Definition Classes
    Updatable
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withKind(__v: Kind): SymbolInformation

  56. def withLanguage(__v: String): SymbolInformation

  57. def withMembers(__v: collection.Seq[String]): SymbolInformation

  58. def withName(__v: String): SymbolInformation

  59. def withOverrides(__v: collection.Seq[String]): SymbolInformation

  60. def withProperties(__v: Int): SymbolInformation

  61. def withRange(__v: Range): SymbolInformation

  62. def withSignature(__v: TextDocument): SymbolInformation

  63. def withSymbol(__v: String): SymbolInformation

  64. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    SymbolInformation → GeneratedMessage
  66. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage
  67. def [B](y: B): (SymbolInformation, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolInformation to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformation: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolInformation to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformation: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

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

  3. def x: SymbolInformation

    Implicit information
    This member is added by an implicit conversion from SymbolInformation to ArrowAssoc[SymbolInformation] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformation: ArrowAssoc[SymbolInformation]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: SymbolInformation

    Implicit information
    This member is added by an implicit conversion from SymbolInformation to Ensuring[SymbolInformation] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformation: Ensuring[SymbolInformation]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Product

Inherited from Equals

Inherited from Updatable[SymbolInformation]

Inherited from Message[SymbolInformation]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SymbolInformation to StringAdd

Inherited by implicit conversion any2stringfmt from SymbolInformation to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SymbolInformation to ArrowAssoc[SymbolInformation]

Inherited by implicit conversion any2Ensuring from SymbolInformation to Ensuring[SymbolInformation]

Ungrouped