Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

ProgramProxy

Related Doc: package descriptors

Permalink

trait ProgramProxy extends Program

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgramProxy
  2. Program
  3. TBase
  4. Serializable
  5. JavaProgram
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: Program

    Permalink
    Attributes
    protected

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 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

    Permalink
    Definition Classes
    ProgramProxyProgram
  20. def deepCopy(): Program

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  27. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  35. def fieldForId(id: Int): Program._Fields

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  46. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    ProgramProxy → TBase
  48. def mergeCopy(that: Program): Program

    Permalink
    Definition Classes
    ProgramProxyProgramRecord
  49. def meta: ProgramMeta

    Permalink
    Definition Classes
    ProgramProxyProgramRecordUntypedRecord
  50. 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
  51. def mutableCopy(): MutableProgram

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  58. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  68. def setFieldValue(field: Program._Fields, value: AnyRef): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  75. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  83. def typedefs(): Seq[Typedef]

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  89. def unions(): Seq[Union]

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  95. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ProgramProxyProgram → TBase → UntypedRecord

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