com.twitter.thrift.descriptors

ProgramMeta

class ProgramMeta extends JavaProgramMeta[Program, RawProgram, ProgramMeta] with RecordProvider[Program]

Linear Supertypes
RecordProvider[Program], JavaProgramMeta[Program, RawProgram, ProgramMeta], MetaRecord[Program, ProgramMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProgramMeta
  2. RecordProvider
  3. JavaProgramMeta
  4. MetaRecord
  5. UntypedMetaRecord
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProgramMeta()

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val CONSTANTS_FDESC: TField

  7. val ENUMS_FDESC: TField

  8. val EXCEPTIONS_FDESC: TField

  9. val INCLUDES_FDESC: TField

  10. val NAMESPACES_FDESC: TField

  11. val PROGRAM_SDESC: TStruct

  12. val SERVICES_FDESC: TField

  13. val STRUCTS_FDESC: TField

  14. val TYPEDEFS_FDESC: TField

  15. val TYPEREGISTRY_FDESC: TField

  16. val UNIONS_FDESC: TField

  17. val UNKNOWN_FIELD: TField

  18. object _Fields

  19. val annotations: Annotations

    Definition Classes
    ProgramMeta → UntypedMetaRecord
  20. def apply(namespaces: Seq[Namespace], includes: Seq[Include], constants: Seq[Const], enums: Seq[Enum], typedefs: Seq[Typedef], structs: Seq[Struct], unions: Seq[Union], exceptions: Seq[Exception], services: Seq[Service], typeRegistry: TypeRegistry): Program

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. val constants: OptionalFieldDescriptor[Seq[Const], Program, ProgramMeta]

  24. def createRawRecord: RawProgram

    Definition Classes
    ProgramMeta → MetaRecord
  25. def createRecord: Program

    Definition Classes
    ProgramMeta → RecordProvider → MetaRecord
  26. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    ProgramMeta → UntypedMetaRecord
  27. val enums: OptionalFieldDescriptor[Seq[Enum], Program, ProgramMeta]

  28. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  30. val exceptions: OptionalFieldDescriptor[Seq[Exception], Program, ProgramMeta]

  31. val fields: Seq[FieldDescriptor[_, Program, ProgramMeta]]

    Definition Classes
    ProgramMeta → MetaRecord
  32. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  35. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

  36. def ifInstanceFrom(x: AnyRef): Option[Program]

    Definition Classes
    ProgramMeta → MetaRecord
  37. val includes: OptionalFieldDescriptor[Seq[Include], Program, ProgramMeta]

  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. val namespaces: OptionalFieldDescriptor[Seq[Namespace], Program, ProgramMeta]

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

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

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

    Definition Classes
    AnyRef
  43. def recordName: String

    Definition Classes
    ProgramMeta → UntypedMetaRecord
  44. val services: OptionalFieldDescriptor[Seq[Service], Program, ProgramMeta]

  45. val structs: OptionalFieldDescriptor[Seq[Struct], Program, ProgramMeta]

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. val typeRegistry: StructFieldDescriptor[Program, ProgramMeta, TypeRegistry, TypeRegistryMeta]

  49. val typedefs: OptionalFieldDescriptor[Seq[Typedef], Program, ProgramMeta]

  50. val unions: OptionalFieldDescriptor[Seq[Union], Program, ProgramMeta]

  51. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    ProgramMeta → UntypedMetaRecord
  52. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    ProgramMeta → UntypedMetaRecord
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val wireNameToTField: Map[String, TField]

Inherited from RecordProvider[Program]

Inherited from JavaProgramMeta[Program, RawProgram, ProgramMeta]

Inherited from MetaRecord[Program, ProgramMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped