c

scalapb.compiler.DescriptorImplicits

ExtendedFieldDescriptor

implicit class ExtendedFieldDescriptor extends AnyRef

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

Instance Constructors

  1. new ExtendedFieldDescriptor(fd: FieldDescriptor)

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 annotationList: Seq[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def baseSingleScalaTypeName: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def collection: CollectionMethods
  9. def collectionType: String
  10. def comment: Option[String]
  11. def containingOneOf: Option[OneofDescriptor]
  12. def customSingleScalaTypeName: Option[String]
  13. def enclosingType: EnclosingType
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val fd: FieldDescriptor
  17. def fieldMapEnclosingType: EnclosingType
  18. def fieldNumberConstantName: String
  19. def fieldOptions: FieldOptions
  20. def fieldsMapEmptyCollection: String
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getMethod: String
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def isBytes: Boolean
  26. def isEnum: Boolean
  27. def isInOneof: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isMapField: Boolean
  30. def isMessage: Boolean
  31. def isSealedOneofType: Boolean
  32. def isSingular: Boolean
  33. def javaExtensionFieldFullName: String
  34. def mapType: MapType
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noBox: Boolean
  37. def noBoxRequired: Boolean
  38. def noDefaultValueInConstructor: Boolean
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def oneOfTypeName: ScalaName
  42. def scalaName: String
  43. def scalaTypeName: String
  44. def singleScalaTypeName: String
  45. def sourcePath: Seq[Int]
  46. def supportsPresence: Boolean
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def typeMapper: ScalaName
  50. def typeMapperValName: String
  51. def upperJavaName: String
  52. def upperScalaName: String
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped