com.twitter.thrift.descriptors

Program

trait Program extends Record[Program] with Ordered[Program] with TBase[Program, _Fields]

Linear Supertypes
TBase[Program, _Fields], Serializable, Ordered[Program], Comparable[Program], Record[Program], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Program
  2. TBase
  3. Serializable
  4. Ordered
  5. Comparable
  6. Record
  7. UntypedRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type MetaT = Program.type

    Definition Classes
    Program → Record

Abstract Value Members

  1. abstract def clear(): Unit

    Definition Classes
    TBase
  2. abstract def constants: Seq[Const]

  3. abstract def constantsIsSet: Boolean

  4. abstract def constantsOption: Option[Seq[Const]]

  5. abstract def constantsOrDefault: Seq[Const]

  6. abstract def constantsOrNull: Seq[Const]

  7. abstract def constantsOrThrow: Seq[Const]

  8. abstract def copy(namespaces: Seq[Namespace] = namespacesOrNull, includes: Seq[Include] = includesOrNull, constants: Seq[Const] = constantsOrNull, enums: Seq[Enum] = enumsOrNull, typedefs: Seq[Typedef] = typedefsOrNull, structs: Seq[Struct] = structsOrNull, unions: Seq[Union] = unionsOrNull, exceptions: Seq[Exception] = exceptionsOrNull, services: Seq[Service] = servicesOrNull, typeRegistry: TypeRegistry = typeRegistryOrNull): Program

  9. abstract def deepCopy(): Program

    Definition Classes
    Program → TBase
  10. abstract def enums: Seq[Enum]

  11. abstract def enumsIsSet: Boolean

  12. abstract def enumsOption: Option[Seq[Enum]]

  13. abstract def enumsOrDefault: Seq[Enum]

  14. abstract def enumsOrNull: Seq[Enum]

  15. abstract def enumsOrThrow: Seq[Enum]

  16. abstract def exceptions: Seq[Exception]

  17. abstract def exceptionsIsSet: Boolean

  18. abstract def exceptionsOption: Option[Seq[Exception]]

  19. abstract def exceptionsOrDefault: Seq[Exception]

  20. abstract def exceptionsOrNull: Seq[Exception]

  21. abstract def exceptionsOrThrow: Seq[Exception]

  22. abstract def fieldForId(arg0: Int): _Fields

    Definition Classes
    TBase
  23. abstract def getFieldValue(arg0: _Fields): AnyRef

    Definition Classes
    TBase
  24. abstract def includes: Seq[Include]

  25. abstract def includesIsSet: Boolean

  26. abstract def includesOption: Option[Seq[Include]]

  27. abstract def includesOrDefault: Seq[Include]

  28. abstract def includesOrNull: Seq[Include]

  29. abstract def includesOrThrow: Seq[Include]

  30. abstract def isSet(arg0: _Fields): Boolean

    Definition Classes
    TBase
  31. abstract def mergeCopy(that: Program): Program

  32. abstract def meta: MetaT

    Definition Classes
    Record → UntypedRecord
  33. abstract def mutable: Mutable

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

  34. abstract def namespaces: Seq[Namespace]

  35. abstract def namespacesIsSet: Boolean

  36. abstract def namespacesOption: Option[Seq[Namespace]]

  37. abstract def namespacesOrDefault: Seq[Namespace]

  38. abstract def namespacesOrNull: Seq[Namespace]

  39. abstract def namespacesOrThrow: Seq[Namespace]

  40. abstract def read(arg0: TProtocol): Unit

    Definition Classes
    TBase
    Annotations
    @throws( ... )
  41. abstract def services: Seq[Service]

  42. abstract def servicesIsSet: Boolean

  43. abstract def servicesOption: Option[Seq[Service]]

  44. abstract def servicesOrDefault: Seq[Service]

  45. abstract def servicesOrNull: Seq[Service]

  46. abstract def servicesOrThrow: Seq[Service]

  47. abstract def setFieldValue(arg0: _Fields, arg1: Any): Unit

    Definition Classes
    TBase
  48. abstract def structs: Seq[Struct]

  49. abstract def structsIsSet: Boolean

  50. abstract def structsOption: Option[Seq[Struct]]

  51. abstract def structsOrDefault: Seq[Struct]

  52. abstract def structsOrNull: Seq[Struct]

  53. abstract def structsOrThrow: Seq[Struct]

  54. abstract def typeRegistry: TypeRegistry

  55. abstract def typeRegistryIsSet: Boolean

  56. abstract def typeRegistryOption: Option[TypeRegistry]

  57. abstract def typeRegistryOrNull: TypeRegistry

  58. abstract def typeRegistryOrThrow: TypeRegistry

  59. abstract def typedefs: Seq[Typedef]

  60. abstract def typedefsIsSet: Boolean

  61. abstract def typedefsOption: Option[Seq[Typedef]]

  62. abstract def typedefsOrDefault: Seq[Typedef]

  63. abstract def typedefsOrNull: Seq[Typedef]

  64. abstract def typedefsOrThrow: Seq[Typedef]

  65. abstract def unions: Seq[Union]

  66. abstract def unionsIsSet: Boolean

  67. abstract def unionsOption: Option[Seq[Union]]

  68. abstract def unionsOrDefault: Seq[Union]

  69. abstract def unionsOrNull: Seq[Union]

  70. abstract def unionsOrThrow: Seq[Union]

  71. abstract def write(oprot: TProtocol): Unit

    Definition Classes
    Program → TBase → UntypedRecord

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: Program): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Program): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Program): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Program): Boolean

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: Program): Int

    Definition Classes
    Program → Ordered
  13. def compareTo(that: Program): Int

    Definition Classes
    Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def mutableCopy(): Mutable

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toBuilder(): AllSpecified

  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TBase[Program, _Fields]

Inherited from Serializable

Inherited from Ordered[Program]

Inherited from Comparable[Program]

Inherited from Record[Program]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped