SourceContext

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class SourceContextLens[UpperPB](_l: Lens[UpperPB, SourceContext]) extends ObjectLens[UpperPB, SourceContext]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(fileName: String): SourceContext
def parseFrom(`_input__`: CodedInputStream): SourceContext

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): SourceContext
def merge(a: SourceContext, input: CodedInputStream): SourceContext

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

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

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[SourceContext]
def parseDelimitedFrom(input: CodedInputStream): Option[SourceContext]
def parseFrom(s: Array[Byte]): SourceContext
def parseFrom(input: InputStream): SourceContext
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[SourceContext]
def toByteArray(a: SourceContext): Array[Byte]
def validate(s: Array[Byte]): Try[SourceContext]