c

scalapb.compiler.DescriptorImplicits

ExtendedFileDescriptor

implicit class ExtendedFileDescriptor extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendedFileDescriptor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExtendedFileDescriptor(file: FileDescriptor)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def V: ScalaCompatConstants
  5. def allMessages: Vector[Descriptor]

    Returns a vector with all messages (both top-level and nested) in the file.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def disableOutput: Boolean
  9. def emitScala3Sources: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val file: FileDescriptor
  13. def fileDescriptorObject: ScalaName
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def findLocationByPath(path: Seq[Int]): Option[Location]
  16. def fullJavaName(fullName: String): String
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isProto2: Boolean
  21. def isProto3: Boolean
  22. def javaConversions: Boolean
  23. def javaFullOuterClassName: String
  24. def javaOuterClassName: String
  25. def javaPackage: String
  26. def javaPackageAsSymbol: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noDefaultValuesInConstructor: Boolean
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def retainSourceCodeInfo: Boolean
  32. def scalaDirectory: String
  33. def scalaFileName: String
  34. def scalaOptions: ScalaPbOptions
  35. def scalaPackage: ScalaName
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def usePrimitiveWrappers: Boolean
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def scalaPackageName: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use scalaPackage.fullName

Inherited from AnyRef

Inherited from Any

Ungrouped