Package

scalapb

compiler

Permalink

package compiler

Visibility
  1. Public
  2. All

Type Members

  1. class DescriptorImplicits 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, singleLineToProtoString: Boolean = false, asciiFormatToString: Boolean = false) extends Product with Serializable

    Permalink
  9. final class GrpcServicePrinter extends AnyRef

    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 AnyRef

    Permalink
  14. class ProtobufGenerator extends AnyRef

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

    Permalink
  16. class SealedOneofsCache extends AnyRef

    Permalink
  17. 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 ProtoValidation

    Permalink
  9. object ProtobufGenerator

    Permalink
  10. object StreamType extends Serializable

    Permalink
  11. object Types

    Permalink
  12. object Version

    Permalink

Ungrouped