com.foursquare.spindle.test.gen

ParentStructMeta

class ParentStructMeta extends JavaParentStructMeta[ParentStruct, RawParentStruct, ParentStructMeta] with RecordProvider[ParentStruct]

Linear Supertypes
RecordProvider[ParentStruct], JavaParentStructMeta[ParentStruct, RawParentStruct, ParentStructMeta], MetaRecord[ParentStruct, ParentStructMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ParentStructMeta
  2. RecordProvider
  3. JavaParentStructMeta
  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 ParentStructMeta()

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 PARENTSTRUCT_SDESC: TStruct

  7. val S16AS32_FDESC: TField

  8. val S32AS32NOSET_FDESC: TField

  9. val S64AS64NOSET_FDESC: TField

  10. val S7AS32NOSET_FDESC: TField

  11. val S7AS32_FDESC: TField

  12. val S7AS64NOSET_FDESC: TField

  13. val S7AS64_FDESC: TField

  14. val UNKNOWN_FIELD: TField

  15. object _Fields

  16. val annotations: Annotations

    Definition Classes
    ParentStructMeta → UntypedMetaRecord
  17. def apply(s7As32: Int, s7As64: Long, s16As32: Int, s7As32NoSet: Int, s7As64NoSet: Long, s32As32NoSet: Int, s64As64NoSet: Long): ParentStruct

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def createRawRecord: RawParentStruct

    Definition Classes
    ParentStructMeta → MetaRecord
  21. def createRecord: ParentStruct

    Definition Classes
    ParentStructMeta → RecordProvider → MetaRecord
  22. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    ParentStructMeta → UntypedMetaRecord
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. val fields: Seq[FieldDescriptor[_, ParentStruct, ParentStructMeta]]

    Definition Classes
    ParentStructMeta → MetaRecord
  26. def finalize(): Unit

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

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

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

  30. def ifInstanceFrom(x: AnyRef): Option[ParentStruct]

    Definition Classes
    ParentStructMeta → MetaRecord
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def recordName: String

    Definition Classes
    ParentStructMeta → UntypedMetaRecord
  36. val s16As32: BitfieldFieldDescriptor[Int, ParentStruct, ParentStructMeta, ChildStruct16, ChildStruct16Meta]

  37. val s32As32NoSet: BitfieldFieldDescriptor[Int, ParentStruct, ParentStructMeta, ChildStruct32, ChildStruct32Meta]

  38. val s64As64NoSet: BitfieldFieldDescriptor[Long, ParentStruct, ParentStructMeta, ChildStruct64, ChildStruct64Meta]

  39. val s7As32: BitfieldFieldDescriptor[Int, ParentStruct, ParentStructMeta, ChildStruct7, ChildStruct7Meta]

  40. val s7As32NoSet: BitfieldFieldDescriptor[Int, ParentStruct, ParentStructMeta, ChildStruct7, ChildStruct7Meta]

  41. val s7As64: BitfieldFieldDescriptor[Long, ParentStruct, ParentStructMeta, ChildStruct7, ChildStruct7Meta]

  42. val s7As64NoSet: BitfieldFieldDescriptor[Long, ParentStruct, ParentStructMeta, ChildStruct7, ChildStruct7Meta]

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

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def untypedFields: Seq[UntypedFieldDescriptor]

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

    Definition Classes
    ParentStructMeta → UntypedMetaRecord
  47. final def wait(): Unit

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

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

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

Inherited from RecordProvider[ParentStruct]

Inherited from JavaParentStructMeta[ParentStruct, RawParentStruct, ParentStructMeta]

Inherited from MetaRecord[ParentStruct, ParentStructMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped