Package

scalapb

compiler

Permalink

package compiler

Visibility
  1. Public
  2. All

Type Members

  1. case class ConstructorField(name: String, typeName: String, default: Option[String], 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. class SealedOneofsCache extends AnyRef

    Permalink
  19. sealed abstract class StreamType extends Product with Serializable

    Permalink

Value Members

  1. object EnclosingType

    Permalink
  2. object ExpressionBuilder

    Permalink
  3. object FileOptionsCache

    Permalink
  4. object FunctionalPrinter extends Serializable

    Permalink
  5. object Helper

    Permalink
  6. object Identity extends LiteralExpression with Product with Serializable

    Permalink
  7. object NameUtils

    Permalink
  8. object PrinterEndo

    Permalink
  9. object ProtoValidation

    Permalink
  10. object ProtobufGenerator

    Permalink
  11. object StreamType extends Serializable

    Permalink
  12. object Types

    Permalink
  13. object Version

    Permalink

Ungrouped