com.trueaccord.scalapb

textformat

package textformat

Visibility
  1. Public
  2. All

Type Members

  1. final case class PArray(index: Int, values: Seq[PValue]) extends PValue with Product with Serializable

  2. final case class PBytes(index: Int, value: String) extends PPrimitive with Product with Serializable

  3. final case class PField(index: Int, name: String, value: PValue) extends Product with Serializable

  4. final case class PIntLiteral(index: Int, value: BigInt) extends PPrimitive with Product with Serializable

  5. final case class PLiteral(index: Int, value: String) extends PPrimitive with Product with Serializable

  6. final case class PMessage(index: Int, fields: Seq[PField]) extends PValue with Product with Serializable

  7. sealed trait PPrimitive extends PValue

  8. sealed trait PValue extends AnyRef

  9. class TextGenerator extends AnyRef

Value Members

  1. object Basics

  2. object Constants

  3. object Printer

Ungrouped