Object/Class

com.google.protobuf.source_context

SourceContext

Related Docs: class SourceContext | package source_context

Permalink

object SourceContext extends GeneratedMessageCompanion[SourceContext] with JavaProtoSupport[SourceContext, protobuf.SourceContext] with Serializable

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

Type Members

  1. implicit class SourceContextLens[UpperPB] extends ObjectLens[UpperPB, SourceContext]

    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. final val FILE_NAME_FIELD_NUMBER: Int(1)

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val defaultInstance: SourceContext

    Permalink
  8. def descriptor: Descriptor

    Permalink
  9. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromAscii(s: String): SourceContext

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  14. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): SourceContext

    Permalink
  15. def fromJavaProto(javaPbSource: protobuf.SourceContext): SourceContext

    Permalink
    Definition Classes
    SourceContextJavaProtoSupport
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. implicit def messageCompanion: GeneratedMessageCompanion[SourceContext] with JavaProtoSupport[SourceContext, protobuf.SourceContext]

    Permalink
  20. def messageCompanionForField(__field: FieldDescriptor): GeneratedMessageCompanion[_]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def parseDelimitedFrom(input: InputStream): scala.Option[SourceContext]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  25. def parseDelimitedFrom(input: CodedInputStream): scala.Option[SourceContext]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  26. def parseFrom(s: Array[Byte]): SourceContext

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  27. def parseFrom(input: InputStream): SourceContext

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  28. def parseFrom(input: CodedInputStream): SourceContext

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  29. def streamFromDelimitedInput(input: InputStream): Stream[SourceContext]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toByteArray(a: SourceContext): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def toJavaProto(scalaPbSource: SourceContext): protobuf.SourceContext

    Permalink
    Definition Classes
    SourceContextJavaProtoSupport
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def validate(s: Array[Byte]): Try[SourceContext]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  35. def validateAscii(s: String): Either[TextFormatError, SourceContext]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[SourceContext, protobuf.SourceContext]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped