final case class SymbolOccurrence(range: Option[Range] = _root_.scala.None, symbol: String = "", role: Role = scala.meta.internal.semanticdb.SymbolOccurrence.Role.UNKNOWN_ROLE) extends GeneratedMessage with Message[SymbolOccurrence] with Updatable[SymbolOccurrence] with Product with Serializable

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

Instance Constructors

  1. new SymbolOccurrence(range: Option[Range] = _root_.scala.None, symbol: String = "", role: Role = scala.meta.internal.semanticdb.SymbolOccurrence.Role.UNKNOWN_ROLE)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toany2stringadd[SymbolOccurrence] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SymbolOccurrence, B)
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toArrowAssoc[SymbolOccurrence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearRange: SymbolOccurrence
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def companion: SymbolOccurrence
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  10. def ensuring(cond: (SymbolOccurrence) => Boolean, msg: => Any): SymbolOccurrence
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toEnsuring[SymbolOccurrence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (SymbolOccurrence) => Boolean): SymbolOccurrence
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toEnsuring[SymbolOccurrence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): SymbolOccurrence
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toEnsuring[SymbolOccurrence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): SymbolOccurrence
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toEnsuring[SymbolOccurrence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toStringFormat[SymbolOccurrence] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  20. def getRange: Range
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def mergeFrom(_input__: CodedInputStream): SymbolOccurrence
    Definition Classes
    SymbolOccurrence → Message
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val range: Option[Range]
  28. val role: Role
  29. final def serializedSize: Int
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  30. val symbol: String
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  36. def update(ms: (Lens[SymbolOccurrence, SymbolOccurrence]) => Mutation[SymbolOccurrence]*): SymbolOccurrence
    Definition Classes
    Updatable
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withRange(__v: Range): SymbolOccurrence
  41. def withRole(__v: Role): SymbolOccurrence
  42. def withSymbol(__v: String): SymbolOccurrence
  43. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SymbolOccurrence → GeneratedMessage
  45. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 [B](y: B): (SymbolOccurrence, B)
    Implicit
    This member is added by an implicit conversion from SymbolOccurrence toArrowAssoc[SymbolOccurrence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Product

Inherited from Equals

Inherited from Updatable[SymbolOccurrence]

Inherited from Message[SymbolOccurrence]

Inherited from GeneratedMessage

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSymbolOccurrence to any2stringadd[SymbolOccurrence]

Inherited by implicit conversion StringFormat fromSymbolOccurrence to StringFormat[SymbolOccurrence]

Inherited by implicit conversion Ensuring fromSymbolOccurrence to Ensuring[SymbolOccurrence]

Inherited by implicit conversion ArrowAssoc fromSymbolOccurrence to ArrowAssoc[SymbolOccurrence]

Ungrouped