com.trueaccord.scalapb

compiler

package compiler

Visibility
  1. Public
  2. All

Type Members

  1. trait DescriptorPimps extends AnyRef

  2. sealed trait Expression extends Product with Serializable

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

  4. trait FPrintable extends AnyRef

  5. case class Function2Application(name: String, arg1: String) extends LiteralExpression with Product with Serializable

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

  7. case class FunctionalPrinter(content: List[String] = immutable.this.Nil, indentLevel: Int = 0) extends Product with Serializable

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

  9. sealed trait LiteralExpression extends Expression

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

  11. class PosixProtocDriver extends ProtocDriver

    A driver that creates a named pipe and sets up a shell script as a protoc plugin

  12. class ProtobufGenerator extends DescriptorPimps

  13. trait ProtocDriver extends AnyRef

    A ProtocDriver instance provides a platform-dependent way to launch protoc and and set up a two-way communication channel between protoc and this JVM.

  14. class WindowsProtocDriver extends ProtocDriver

    A driver that binds a server socket to a local interface.

Value Members

  1. object ExpressionBuilder

  2. object Identity extends LiteralExpression with Product with Serializable

  3. object Main extends App

  4. object Process

  5. object ProtobufGenerator

  6. object Types

Ungrouped