Package

scalapb

compiler

Permalink

package compiler

Visibility
  1. Public
  2. All

Type Members

  1. trait DescriptorPimps extends AnyRef

    Permalink
  2. sealed trait EnclosingType extends AnyRef

    Permalink
  3. sealed trait Expression extends Product with Serializable

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

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

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

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

    Permalink
  8. case class GeneratorParams(javaConversions: Boolean = false, flatPackage: Boolean = false, grpc: Boolean = false, singleLineToString: Boolean = false) extends Product with Serializable

    Permalink
  9. final class GrpcServicePrinter extends DescriptorPimps

    Permalink
  10. sealed trait LiteralExpression extends Expression

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

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

    Permalink
  13. class ProtoValidation extends DescriptorPimps

    Permalink
  14. class ProtobufGenerator extends DescriptorPimps

    Permalink
  15. sealed abstract class StreamType extends Product with Serializable

    Permalink

Value Members

  1. object EnclosingType

    Permalink
  2. object ExpressionBuilder

    Permalink
  3. object FunctionalPrinter extends Serializable

    Permalink
  4. object Helper

    Permalink
  5. object Identity extends LiteralExpression with Product with Serializable

    Permalink
  6. object NameUtils

    Permalink
  7. object PrinterEndo

    Permalink
  8. object ProtobufGenerator

    Permalink
  9. object StreamType extends Serializable

    Permalink
  10. object Types

    Permalink
  11. object Version

    Permalink

Ungrouped