Package

scalapb

compiler

Permalink

package compiler

Visibility
  1. Public
  2. All

Type Members

  1. case class ConstructorField(name: String, typeName: String, default: Option[String], index: Int, annotations: Seq[String] = Nil) extends Product with Serializable

    Permalink
  2. class DescriptorImplicits extends AnyRef

    Permalink
  3. sealed trait EnclosingType extends AnyRef

    Permalink
  4. sealed trait Expression extends Product with Serializable

    Permalink
  5. case class ExpressionList(l: List[LiteralExpression]) extends Expression with Product with Serializable

    Permalink
  6. case class FunctionApplication(name: String) extends LiteralExpression with Product with Serializable

    Permalink
  7. case class FunctionalPrinter(content: Vector[String] = Vector.empty, indentLevel: Int = 0) extends Product with Serializable

    Permalink
  8. case class GeneratorException(message: String) extends Exception with Product with Serializable

    Permalink
  9. 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

    Permalink
  10. final class GrpcServicePrinter extends AnyRef

    Permalink
  11. sealed trait LiteralExpression extends Expression

    Permalink
  12. case class MethodApplication(name: String) extends LiteralExpression with Product with Serializable

    Permalink
  13. case class OperatorApplication(op: String) extends LiteralExpression with Product with Serializable

    Permalink
  14. case class PackageScopedOptions(fileName: String, options: ScalaPbOptions) extends Product with Serializable

    Permalink
  15. class ProtoValidation extends AnyRef

    Permalink
  16. class ProtobufGenerator extends AnyRef

    Permalink
  17. case class SealedOneof(container: Descriptor, cases: Seq[Descriptor]) extends Product with Serializable

    Permalink
  18. sealed trait SealedOneofStyle extends AnyRef

    Permalink
  19. class SealedOneofsCache extends AnyRef

    Permalink
  20. class SealedOneofsGenerator extends AnyRef

    Permalink
  21. sealed abstract class StreamType extends Product with Serializable

    Permalink

Value Members

  1. object DescriptorImplicits

    Permalink
  2. object EnclosingType

    Permalink
  3. object ExpressionBuilder

    Permalink
  4. object FileOptionsCache

    Permalink
  5. object FunctionalPrinter extends Serializable

    Permalink
  6. object Helper

    Permalink
  7. object Identity extends LiteralExpression with Product with Serializable

    Permalink
  8. object NameUtils

    Permalink
  9. object PrinterEndo

    Permalink
  10. object ProtoValidation

    Permalink
  11. object ProtobufGenerator

    Permalink
  12. object SealedOneofStyle

    Permalink
  13. object StreamType extends Serializable

    Permalink
  14. object Types

    Permalink
  15. object Version

    Permalink

Ungrouped