package compiler
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class CollectionMethods extends AnyRef
- case class ConstructorField(name: String, typeName: String, default: Option[String], index: Int, annotations: Seq[String] = Nil) extends Product with Serializable
- abstract class DeprecatedImplicits extends AnyRef
- class DescriptorImplicits extends AnyRef
- sealed trait EnclosingType extends AnyRef
- sealed trait Expression extends Product with Serializable
- case class ExpressionList(l: List[LiteralExpression]) extends Expression with Product with Serializable
- case class FunctionApplication(name: String) extends LiteralExpression with Product with Serializable
- case class FunctionalPrinter(content: Vector[String] = Vector.empty, indentLevel: Int = 0) extends Product with Serializable
- case class GeneratorException(message: String) extends Exception with Product with Serializable
- case class GeneratorParams(javaConversions: Boolean = false, flatPackage: Boolean = false, grpc: Boolean = false, singleLineToProtoString: Boolean = false, asciiFormatToString: Boolean = false, lenses: Boolean = true, retainSourceCodeInfo: Boolean = false, scala3Sources: Boolean = false) extends Product with Serializable
- final class GrpcServicePrinter extends AnyRef
- final case class InsertionPoint(filename: String, insertionPoint: String) extends Product with Serializable
- sealed trait LiteralExpression extends Expression
- case class MethodApplication(name: String) extends LiteralExpression with Product with Serializable
- case class OperatorApplication(op: String) extends LiteralExpression with Product with Serializable
- class ProtoValidation extends AnyRef
- class ProtobufGenerator extends AnyRef
- case class SealedOneof(container: Descriptor, cases: Seq[Descriptor]) extends Product with Serializable
- sealed trait SealedOneofStyle extends AnyRef
- class SealedOneofsCache extends AnyRef
- class SealedOneofsGenerator extends AnyRef
- trait SecondaryOutputProvider extends AnyRef
- sealed abstract class StreamType extends Product with Serializable
Value Members
- object ConstructorField extends Serializable
- object DescriptorImplicits
- object EnclosingType
- object ExpressionBuilder
- object FileOptionsCache
- object FunctionalPrinter extends Serializable
- object GeneratorParams extends Serializable
- object Helper
- case object Identity extends LiteralExpression with Product with Serializable
- object NameUtils
- object PrinterEndo
- object ProtoValidation
- object ProtobufGenerator
- object SealedOneofStyle
- object SecondaryOutputProvider
- object StreamType extends Serializable
- object Types
- object Version