Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawTyperef

Related Doc: package descriptors

Permalink

final class RawTyperef extends JavaTyperefRaw[Typeref, RawTyperef, TyperefMeta] with MutableTyperef

Linear Supertypes
MutableTyperef, Typeref, TBase[Typeref, Typeref._Fields], Serializable, JavaTyperefRaw[Typeref, RawTyperef, TyperefMeta], JavaTyperefMutable[Typeref, RawTyperef, TyperefMeta], MutableRecord[Typeref], JavaTyperef[Typeref, RawTyperef, TyperefMeta], Record[Typeref], Ordered[Typeref], Comparable[Typeref], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawTyperef
  2. MutableTyperef
  3. Typeref
  4. TBase
  5. Serializable
  6. JavaTyperefRaw
  7. JavaTyperefMutable
  8. MutableRecord
  9. JavaTyperef
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTyperef()

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Typeref → Ordered → Comparable
  13. def copy(typeAlias: String = typeAliasOrNull): RawTyperef

    Permalink
    Definition Classes
    RawTyperefMutableTyperefTyperef
  14. def deepCopy(): RawTyperef

    Permalink
    Definition Classes
    RawTyperefTyperef → TBase
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(that: Typeref): Boolean

    Permalink
  17. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawTyperef → AnyRef → Any
  18. def fieldForId(id: Int): Typeref._Fields

    Permalink
    Definition Classes
    RawTyperef → TBase
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFieldValue(field: Typeref._Fields): AnyRef

    Permalink
    Definition Classes
    RawTyperef → TBase
  22. def getSetFields: Seq[Any]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    RawTyperef → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isSet(field: Typeref._Fields): Boolean

    Permalink
    Definition Classes
    RawTyperef → TBase
  26. def merge(that: Typeref): Unit

    Permalink
    Definition Classes
    RawTyperefMutableTyperefMutableRecord
  27. def mergeCopy(that: Typeref): Typeref

    Permalink
    Definition Classes
    RawTyperefTyperefRecord
  28. def meta: TyperefMeta

    Permalink
    Definition Classes
    RawTyperefTyperefRecordUntypedRecord
  29. def mutable: MutableTyperef

    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
    MutableTyperefTyperef
  30. def mutableCopy(): MutableTyperef

    Permalink
    Definition Classes
    Typeref
  31. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    RawTyperef → TBase → UntypedRecord
  35. def setFieldValue(field: Typeref._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    Typeref
  38. def toString(): String

    Permalink
    Definition Classes
    RawTyperef → AnyRef → Any
  39. def typeAlias(): String

    Permalink
    Definition Classes
    RawTyperef → JavaTyperef
  40. def typeAliasIsSet(): Boolean

    Permalink
    Definition Classes
    RawTyperef → JavaTyperef
  41. def typeAliasOption(): Option[String]

    Permalink
    Definition Classes
    RawTyperef → JavaTyperef
  42. def typeAliasOrNull(): String

    Permalink
    Definition Classes
    RawTyperef → JavaTyperef
  43. def typeAliasOrThrow(): String

    Permalink
    Definition Classes
    RawTyperef → JavaTyperef
  44. def typeAliasUnset(): Unit

    Permalink
    Definition Classes
    RawTyperefMutableTyperef
  45. def typeAlias_=(x: String): Unit

    Permalink
    Definition Classes
    RawTyperefMutableTyperef
  46. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawTyperefTyperef → TBase → UntypedRecord

Inherited from MutableTyperef

Inherited from Typeref

Inherited from TBase[Typeref, Typeref._Fields]

Inherited from Serializable

Inherited from JavaTyperefRaw[Typeref, RawTyperef, TyperefMeta]

Inherited from JavaTyperefMutable[Typeref, RawTyperef, TyperefMeta]

Inherited from MutableRecord[Typeref]

Inherited from JavaTyperef[Typeref, RawTyperef, TyperefMeta]

Inherited from Record[Typeref]

Inherited from Ordered[Typeref]

Inherited from Comparable[Typeref]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped