scalapb.textformat

Members list

Type members

Classlikes

object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type
class Parser(text: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Position(line: Int, col: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Printer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TextFormat
final case class TArray(position: Position, values: Seq[TValue]) extends TValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TValue
class Object
trait Matchable
class Any
Show all
final case class TBytes(position: Position, value: String) extends TPrimitive

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TPrimitive
trait TValue
class Object
trait Matchable
class Any
Show all
final case class TField(position: Position, name: String, value: TValue)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class TIntLiteral(position: Position, value: BigInt) extends TPrimitive

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TPrimitive
trait TValue
class Object
trait Matchable
class Any
Show all
final case class TLiteral(position: Position, value: String) extends TPrimitive

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TPrimitive
trait TValue
class Object
trait Matchable
class Any
Show all
final case class TMessage(position: Position, fields: Seq[TField]) extends TValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TValue
class Object
trait Matchable
class Any
Show all
sealed trait TPrimitive extends TValue

Attributes

Supertypes
trait TValue
class Object
trait Matchable
class Any
Known subtypes
class TBytes
class TIntLiteral
class TLiteral
sealed trait TValue

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TArray
class TMessage
trait TPrimitive
class TBytes
class TIntLiteral
class TLiteral
Show all
class TextGenerator(singleLine: Boolean, escapeNonAscii: Boolean)

Attributes

Supertypes
class Object
trait Matchable
class Any
class Tokenizer(s: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Tokenizer

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Tokenizer.type