Class/Object

io.fsq.spindle.codegen.runtime

ScalaProgram

Related Docs: object ScalaProgram | package runtime

Permalink

class ScalaProgram extends ProgramProxy

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

Instance Constructors

  1. new ScalaProgram(underlying: Program, scope: Map[String, TypeDeclaration], enhancedTypes: EnhancedTypes)

    Permalink

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. val constants: Seq[ScalaConst]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → 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. val enhancedTypes: EnhancedTypes

    Permalink
  22. val enums: Seq[ScalaEnum]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  23. def enumsIsSet(): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → AnyRef → Any
  30. val exceptions: Seq[ScalaException]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  31. def exceptionsIsSet(): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def getFieldValue(field: __shaded_for_spindle_bootstrap__.descriptors.Program._Fields): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  48. def isSet(field: __shaded_for_spindle_bootstrap__.descriptors.Program._Fields): Boolean

    Permalink
    Definition Classes
    ProgramProxy → TBase
  49. def jsPackage: Option[String]

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

    Permalink
    Definition Classes
    ProgramProxyProgramRecord
  51. def meta: ProgramMeta

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  63. def pkg: Option[String]

    Permalink
  64. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    ProgramProxy → TBase → UntypedRecord
  65. val resolver: TypeReferenceResolver

    Permalink
  66. val scope: Map[String, TypeDeclaration]

    Permalink
  67. val services: Seq[ScalaService]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  68. def servicesIsSet(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → TBase
  74. val structs: Seq[ScalaClass]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  75. def structsIsSet(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  88. val typedefs: Seq[ScalaTypedef]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  89. def typedefsIsSet(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxy → JavaProgram
  94. val underlying: Program

    Permalink
    Definition Classes
    ScalaProgramProgramProxy
  95. val unions: Seq[ScalaUnion]

    Permalink
    Definition Classes
    ScalaProgramProgramProxy → JavaProgram
  96. def unionsIsSet(): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProgramProxyProgram → TBase → UntypedRecord

Inherited from ProgramProxy

Inherited from Program

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