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 allMessages: Vector[Descriptor]

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

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