Class/Object

com.google.protobuf.descriptor.SourceCodeInfo

Location

Related Docs: object Location | package SourceCodeInfo

Permalink

final case class Location(path: Seq[Int] = Nil, span: Seq[Int] = Nil, leadingComments: scala.Option[String] = None, trailingComments: scala.Option[String] = None, leadingDetachedComments: Seq[String] = Nil) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Location] with Updatable[Location] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Location], trueaccord.scalapb.Message[Location], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Location
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Location(path: Seq[Int] = Nil, span: Seq[Int] = Nil, leadingComments: scala.Option[String] = None, trailingComments: scala.Option[String] = None, leadingDetachedComments: Seq[String] = Nil)

    Permalink

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllLeadingDetachedComments(__vs: TraversableOnce[String]): Location

    Permalink
  5. def addAllPath(__vs: TraversableOnce[Int]): Location

    Permalink
  6. def addAllSpan(__vs: TraversableOnce[Int]): Location

    Permalink
  7. def addLeadingDetachedComments(__vs: String*): Location

    Permalink
  8. def addPath(__vs: Int*): Location

    Permalink
  9. def addSpan(__vs: Int*): Location

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clearLeadingComments: Location

    Permalink
  12. def clearLeadingDetachedComments: Location

    Permalink
  13. def clearPath: Location

    Permalink
  14. def clearSpan: Location

    Permalink
  15. def clearTrailingComments: Location

    Permalink
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    LocationGeneratedMessage
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getAllFields: Map[FieldDescriptor, scala.Any]

    Permalink
    Definition Classes
    GeneratedMessage
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getField(__field: FieldDescriptor): scala.Any

    Permalink
    Definition Classes
    LocationGeneratedMessage
  23. def getLeadingComments: String

    Permalink
  24. def getTrailingComments: String

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val leadingComments: scala.Option[String]

    Permalink
  27. val leadingDetachedComments: Seq[String]

    Permalink
  28. def mergeFrom(_input__: CodedInputStream): Location

    Permalink
    Definition Classes
    LocationMessage
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val path: Seq[Int]

    Permalink
  33. final def serializedSize: Int

    Permalink
    Definition Classes
    LocationGeneratedMessage
  34. val span: Seq[Int]

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

    Permalink
    Definition Classes
    AnyRef
  36. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toString(): String

    Permalink
    Definition Classes
    Location → AnyRef → Any
  38. val trailingComments: scala.Option[String]

    Permalink
  39. def update(ms: (Lens[Location, Location]) ⇒ Mutation[Location]*): Location

    Permalink
    Definition Classes
    Updatable
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withLeadingComments(__v: String): Location

    Permalink
  44. def withLeadingDetachedComments(__v: Seq[String]): Location

    Permalink
  45. def withPath(__v: Seq[Int]): Location

    Permalink
  46. def withSpan(__v: Seq[Int]): Location

    Permalink
  47. def withTrailingComments(__v: String): Location

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

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

    Permalink
    Definition Classes
    LocationGeneratedMessage
  50. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Location]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped