Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

MutableProgramProxy

Related Doc: package descriptors

Permalink

trait MutableProgramProxy extends MutableProgram with ProgramProxy

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableProgramProxy
  2. ProgramProxy
  3. MutableProgram
  4. JavaProgramMutable
  5. MutableRecord
  6. Program
  7. TBase
  8. Serializable
  9. JavaProgram
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: MutableProgram

    Permalink
    Attributes
    protected
    Definition Classes
    MutableProgramProxyProgramProxy

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    Program → Ordered
  4. def <=(that: Program): Boolean

    Permalink
    Definition Classes
    Program → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Program): Boolean

    Permalink
    Definition Classes
    Program → Ordered
  7. def >=(that: Program): Boolean

    Permalink
    Definition Classes
    Program → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    ProgramProxy → TBase
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ProgramProxyProgram → Ordered
  12. def compareTo(that: Program): Int

    Permalink
    Definition Classes
    Program → Ordered → Comparable
  13. def constants(): Seq[Const]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  14. def constantsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  15. def constantsOption(): Option[Seq[Const]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  16. def constantsOrDefault(): Seq[Const]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  17. def constantsOrNull(): Seq[Const]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  18. def constantsOrThrow(): Seq[Const]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  19. def constantsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  20. def constants_=(x: Seq[Const]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  21. 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): MutableProgram

    Permalink
  22. def deepCopy(): Program

    Permalink
    Definition Classes
    ProgramProxyProgram → TBase
  23. def enums(): Seq[Enum]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  24. def enumsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  25. def enumsOption(): Option[Seq[Enum]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  26. def enumsOrDefault(): Seq[Enum]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  27. def enumsOrNull(): Seq[Enum]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  28. def enumsOrThrow(): Seq[Enum]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  29. def enumsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  30. def enums_=(x: Seq[Enum]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ProgramProxy → AnyRef → Any
  33. def exceptions(): Seq[Exception]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  34. def exceptionsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  35. def exceptionsOption(): Option[Seq[Exception]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  36. def exceptionsOrDefault(): Seq[Exception]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  37. def exceptionsOrNull(): Seq[Exception]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  38. def exceptionsOrThrow(): Seq[Exception]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  39. def exceptionsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  40. def exceptions_=(x: Seq[Exception]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  41. def fieldForId(id: Int): Program._Fields

    Permalink
    Definition Classes
    ProgramProxy → TBase
  42. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. def getFieldValue(field: Program._Fields): AnyRef

    Permalink
    Definition Classes
    ProgramProxy → TBase
  45. def hashCode(): Int

    Permalink
    Definition Classes
    ProgramProxy → AnyRef → Any
  46. def includes(): Seq[Include]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  47. def includesIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  48. def includesOption(): Option[Seq[Include]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  49. def includesOrDefault(): Seq[Include]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  50. def includesOrNull(): Seq[Include]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  51. def includesOrThrow(): Seq[Include]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  52. def includesUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  53. def includes_=(x: Seq[Include]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  54. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  55. def isSet(field: Program._Fields): Boolean

    Permalink
    Definition Classes
    ProgramProxy → TBase
  56. def merge(that: Program): Unit

    Permalink
  57. def mergeCopy(that: Program): Program

    Permalink
    Definition Classes
    ProgramProxyProgramRecord
  58. def meta: ProgramMeta

    Permalink
    Definition Classes
    ProgramProxyProgramRecordUntypedRecord
  59. def mutable: MutableProgram

    Permalink

    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.

    Definition Classes
    ProgramProxyProgram
  60. def mutableCopy(): MutableProgram

    Permalink
    Definition Classes
    ProgramProxyProgram
  61. def namespaces(): Seq[Namespace]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  62. def namespacesIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  63. def namespacesOption(): Option[Seq[Namespace]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  64. def namespacesOrDefault(): Seq[Namespace]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  65. def namespacesOrNull(): Seq[Namespace]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  66. def namespacesOrThrow(): Seq[Namespace]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  67. def namespacesUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  68. def namespaces_=(x: Seq[Namespace]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  69. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  70. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  71. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  72. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    ProgramProxy → TBase → UntypedRecord
  73. def services(): Seq[Service]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  74. def servicesIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  75. def servicesOption(): Option[Seq[Service]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  76. def servicesOrDefault(): Seq[Service]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  77. def servicesOrNull(): Seq[Service]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  78. def servicesOrThrow(): Seq[Service]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  79. def servicesUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  80. def services_=(x: Seq[Service]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  81. def setFieldValue(field: Program._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    ProgramProxy → TBase
  82. def structs(): Seq[Struct]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  83. def structsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  84. def structsOption(): Option[Seq[Struct]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  85. def structsOrDefault(): Seq[Struct]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  86. def structsOrNull(): Seq[Struct]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  87. def structsOrThrow(): Seq[Struct]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  88. def structsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  89. def structs_=(x: Seq[Struct]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  90. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  91. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Program
  92. def toString(): String

    Permalink
    Definition Classes
    ProgramProxy → AnyRef → Any
  93. def typeRegistry(): TypeRegistry

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  94. def typeRegistryIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  95. def typeRegistryOption(): Option[TypeRegistry]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  96. def typeRegistryOrNull(): TypeRegistry

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  97. def typeRegistryOrThrow(): TypeRegistry

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  98. def typeRegistryUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  99. def typeRegistry_=(x: TypeRegistry): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  100. def typedefs(): Seq[Typedef]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  101. def typedefsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  102. def typedefsOption(): Option[Seq[Typedef]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  103. def typedefsOrDefault(): Seq[Typedef]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  104. def typedefsOrNull(): Seq[Typedef]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  105. def typedefsOrThrow(): Seq[Typedef]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  106. def typedefsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  107. def typedefs_=(x: Seq[Typedef]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  108. def unions(): Seq[Union]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  109. def unionsIsSet(): Boolean

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  110. def unionsOption(): Option[Seq[Union]]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  111. def unionsOrDefault(): Seq[Union]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  112. def unionsOrNull(): Seq[Union]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  113. def unionsOrThrow(): Seq[Union]

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  114. def unionsUnset(): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  115. def unions_=(x: Seq[Union]): Unit

    Permalink
    Definition Classes
    MutableProgramProxyMutableProgram
  116. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ProgramProxyProgram → TBase → UntypedRecord

Inherited from ProgramProxy

Inherited from MutableProgram

Inherited from MutableRecord[Program]

Inherited from Program

Inherited from TBase[Program, Program._Fields]

Inherited from Serializable

Inherited from Record[Program]

Inherited from Ordered[Program]

Inherited from Comparable[Program]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped