Packages

object Location extends GeneratedMessageCompanion[Location] with JavaProtoSupport[Location, DescriptorProtos.SourceCodeInfo.Location]

Linear Supertypes
JavaProtoSupport[Location, DescriptorProtos.SourceCodeInfo.Location], GeneratedMessageCompanion[Location], Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Location
  2. JavaProtoSupport
  3. GeneratedMessageCompanion
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class LocationLens[UpperPB] extends ObjectLens[UpperPB, Location]
  2. type ValueType = Location
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val LEADING_COMMENTS_FIELD_NUMBER: Int(3)
  5. final val LEADING_DETACHED_COMMENTS_FIELD_NUMBER: Int(6)
  6. final val PATH_FIELD_NUMBER: Int(1)
  7. final val SPAN_FIELD_NUMBER: Int(2)
  8. final val TRAILING_COMMENTS_FIELD_NUMBER: Int(4)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. lazy val defaultInstance: Location
    Definition Classes
    LocationGeneratedMessageCompanion
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    LocationGeneratedMessageCompanion
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromAscii(s: String): Location
    Definition Classes
    GeneratedMessageCompanion
  18. def fromJavaProto(javaPbSource: DescriptorProtos.SourceCodeInfo.Location): Location
    Definition Classes
    LocationJavaProtoSupport
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def javaDescriptor: Descriptor

    Returns the Java descriptors for this message.

    Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

    Definition Classes
    LocationGeneratedMessageCompanion
  23. def merge(a: Location, input: CodedInputStream): Location

    Merges the given message with the additional fields in the steam.

    Merges the given message with the additional fields in the steam.

    Definition Classes
    GeneratedMessageCompanion
  24. implicit def messageCompanion: GeneratedMessageCompanion[Location] with JavaProtoSupport[Location, DescriptorProtos.SourceCodeInfo.Location]
  25. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  26. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    LocationGeneratedMessageCompanion
  27. implicit def messageReads: Reads[Location]
    Definition Classes
    LocationGeneratedMessageCompanion
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
    Definition Classes
    LocationGeneratedMessageCompanion
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def of(path: Seq[Int], span: Seq[Int], leadingComments: scala.Option[String], trailingComments: scala.Option[String], leadingDetachedComments: Seq[String]): Location
  33. def parseDelimitedFrom(input: InputStream): scala.Option[Location]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseDelimitedFrom(input: CodedInputStream): scala.Option[Location]
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(_input__: CodedInputStream): Location

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    LocationGeneratedMessageCompanion
  36. def parseFrom(s: Array[Byte]): Location
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(input: InputStream): Location
    Definition Classes
    GeneratedMessageCompanion
  38. def scalaDescriptor: Descriptor
    Definition Classes
    LocationGeneratedMessageCompanion
  39. def streamFromDelimitedInput(input: InputStream): Stream[Location]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toByteArray(a: Location): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  42. def toJavaProto(scalaPbSource: Location): DescriptorProtos.SourceCodeInfo.Location
    Definition Classes
    LocationJavaProtoSupport
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def validate(s: Array[Byte]): Try[Location]
    Definition Classes
    GeneratedMessageCompanion
  45. def validateAscii(s: String): Either[TextFormatError, Location]
    Definition Classes
    GeneratedMessageCompanion
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from JavaProtoSupport[Location, DescriptorProtos.SourceCodeInfo.Location]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped