com.google.protobuf.descriptor.GeneratedCodeInfo

Annotation

final case class Annotation(path: Seq[Int] = immutable.this.Nil, sourceFile: scala.Option[String] = scala.None, begin: scala.Option[Int] = scala.None, end: scala.Option[Int] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Annotation] with Updatable[Annotation] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[Annotation], trueaccord.scalapb.Message[Annotation], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Annotation
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Annotation(path: Seq[Int] = immutable.this.Nil, sourceFile: scala.Option[String] = scala.None, begin: scala.Option[Int] = scala.None, end: scala.Option[Int] = scala.None)

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def addAllPath(__vs: TraversableOnce[Int]): Annotation

  7. def addPath(__vs: Int*): Annotation

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val begin: scala.Option[Int]

  10. def clearBegin: Annotation

  11. def clearEnd: Annotation

  12. def clearPath: Annotation

  13. def clearSourceFile: Annotation

  14. def clone(): AnyRef

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

    Definition Classes
    AnnotationGeneratedMessage
  16. val end: scala.Option[Int]

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

    Definition Classes
    GeneratedMessage
  20. def getBegin: Int

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getEnd: Int

  23. def getField(__field: FieldDescriptor): scala.Any

    Definition Classes
    AnnotationGeneratedMessage
  24. def getSourceFile: String

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def mergeFrom(_input__: CodedInputStream): Annotation

    Definition Classes
    AnnotationMessage
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. val path: Seq[Int]

  31. final def serializedSize: Int

    Definition Classes
    AnnotationGeneratedMessage
  32. val sourceFile: scala.Option[String]

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

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

    Definition Classes
    GeneratedMessage
  35. def toString(): String

    Definition Classes
    Annotation → AnyRef → Any
  36. def update(ms: (Lens[Annotation, Annotation]) ⇒ (Annotation) ⇒ Annotation*): Annotation

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withBegin(__v: Int): Annotation

  41. def withEnd(__v: Int): Annotation

  42. def withPath(__v: Seq[Int]): Annotation

  43. def withSourceFile(__v: String): Annotation

  44. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    AnnotationGeneratedMessage
  46. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Annotation]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped