Class

io.fsq.spindle.codegen.runtime

ScalaTypedef

Related Doc: package runtime

Permalink

class ScalaTypedef extends TypedefProxy with HasAnnotations

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTypedef
  2. HasAnnotations
  3. TypedefProxy
  4. Typedef
  5. TBase
  6. Serializable
  7. JavaTypedef
  8. Record
  9. Ordered
  10. Comparable
  11. UntypedRecord
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaTypedef(underlying: Typedef, resolver: TypeReferenceResolver)

    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: Typedef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Typedef → Ordered
  8. def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  9. val annotations: Annotations

    Permalink
    Definition Classes
    HasAnnotations
  10. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  11. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  12. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  13. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  14. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  15. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    TypedefProxy → TBase
  17. def clone(): AnyRef

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

    Permalink
    Definition Classes
    TypedefProxyTypedef → Ordered
  19. def compareTo(that: Typedef): Int

    Permalink
    Definition Classes
    Typedef → Ordered → Comparable
  20. def copy(typeId: String = typeIdOrNull, typeAlias: String = typeAliasOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Typedef

    Permalink
    Definition Classes
    TypedefProxyTypedef
  21. def deepCopy(): Typedef

    Permalink
    Definition Classes
    TypedefProxyTypedef → TBase
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    TypedefProxy → AnyRef → Any
  24. def fieldForId(id: Int): __shaded_for_spindle_bootstrap__.descriptors.Typedef._Fields

    Permalink
    Definition Classes
    TypedefProxy → TBase
  25. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    TypedefProxy → TBase
  28. def hashCode(): Int

    Permalink
    Definition Classes
    TypedefProxy → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isSet(field: __shaded_for_spindle_bootstrap__.descriptors.Typedef._Fields): Boolean

    Permalink
    Definition Classes
    TypedefProxy → TBase
  31. def mergeCopy(that: Typedef): Typedef

    Permalink
    Definition Classes
    TypedefProxyTypedefRecord
  32. def meta: TypedefMeta

    Permalink
    Definition Classes
    TypedefProxyTypedefRecordUntypedRecord
  33. def mutable: MutableTypedef

    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
    TypedefProxyTypedef
  34. def mutableCopy(): MutableTypedef

    Permalink
    Definition Classes
    TypedefProxyTypedef
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. val newType: Boolean

    Permalink
  37. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    TypedefProxy → TBase → UntypedRecord
  40. val renderType: RenderType

    Permalink
  41. def setFieldValue(field: __shaded_for_spindle_bootstrap__.descriptors.Typedef._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    TypedefProxy → TBase
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Typedef
  44. def toString(): String

    Permalink
    Definition Classes
    TypedefProxy → AnyRef → Any
  45. def typeAlias(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  46. def typeAliasIsSet(): Boolean

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  47. def typeAliasOption(): Option[String]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  48. def typeAliasOrNull(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  49. def typeAliasOrThrow(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  50. def typeId(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  51. def typeIdIsSet(): Boolean

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  52. def typeIdOption(): Option[String]

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  53. def typeIdOrNull(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  54. def typeIdOrThrow(): String

    Permalink
    Definition Classes
    TypedefProxy → JavaTypedef
  55. val typeReference: TypeReference

    Permalink
  56. val underlying: Typedef

    Permalink
    Definition Classes
    ScalaTypedefTypedefProxy
  57. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    TypedefProxyTypedef → TBase → UntypedRecord

Inherited from HasAnnotations

Inherited from TypedefProxy

Inherited from Typedef

Inherited from Serializable

Inherited from JavaTypedef[Annotation, Typedef, RawTypedef, TypedefMeta]

Inherited from Record[Typedef]

Inherited from Ordered[Typedef]

Inherited from Comparable[Typedef]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped