p

scalapb

compiler

package compiler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class CollectionMethods extends AnyRef
  2. case class ConstructorField(name: String, typeName: String, default: Option[String], index: Int, annotations: Seq[String] = Nil) extends Product with Serializable
  3. abstract class DeprecatedImplicits extends AnyRef
  4. class DescriptorImplicits extends AnyRef
  5. sealed trait EnclosingType extends AnyRef
  6. sealed trait Expression extends Product with Serializable
  7. case class ExpressionList(l: List[LiteralExpression]) extends Expression with Product with Serializable
  8. case class FunctionApplication(name: String) extends LiteralExpression with Product with Serializable
  9. case class FunctionalPrinter(content: Vector[String] = Vector.empty, indentLevel: Int = 0) extends Product with Serializable
  10. case class GeneratorException(message: String) extends Exception with Product with Serializable
  11. case class GeneratorParams(javaConversions: Boolean = false, flatPackage: Boolean = false, grpc: Boolean = false, singleLineToProtoString: Boolean = false, asciiFormatToString: Boolean = false, lenses: Boolean = true, retainSourceCodeInfo: Boolean = false) extends Product with Serializable
  12. final class GrpcServicePrinter extends AnyRef
  13. final case class InsertionPoint(filename: String, insertionPoint: String) extends Product with Serializable
  14. sealed trait LiteralExpression extends Expression
  15. case class MethodApplication(name: String) extends LiteralExpression with Product with Serializable
  16. case class OperatorApplication(op: String) extends LiteralExpression with Product with Serializable
  17. class ProtoValidation extends AnyRef
  18. class ProtobufGenerator extends AnyRef
  19. case class SealedOneof(container: Descriptor, cases: Seq[Descriptor]) extends Product with Serializable
  20. sealed trait SealedOneofStyle extends AnyRef
  21. class SealedOneofsCache extends AnyRef
  22. class SealedOneofsGenerator extends AnyRef
  23. trait SecondaryOutputProvider extends AnyRef
  24. sealed abstract class StreamType extends Product with Serializable

Value Members

  1. object ConstructorField extends Serializable
  2. object DescriptorImplicits
  3. object EnclosingType
  4. object ExpressionBuilder
  5. object FileOptionsCache
  6. object FunctionalPrinter extends Serializable
  7. object GeneratorParams extends Serializable
  8. object Helper
  9. case object Identity extends LiteralExpression with Product with Serializable
  10. object NameUtils
  11. object PrinterEndo
  12. object ProtoValidation
  13. object ProtobufGenerator
  14. object SealedOneofStyle
  15. object SecondaryOutputProvider
  16. object StreamType extends Serializable
  17. object Types
  18. object Version

Ungrouped