Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

ConstProxy

Related Doc: package descriptors

Permalink

trait ConstProxy extends Const

Linear Supertypes
Const, TBase[Const, Const._Fields], Serializable, JavaConst[Const, RawConst, ConstMeta], Record[Const], Ordered[Const], Comparable[Const], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstProxy
  2. Const
  3. TBase
  4. Serializable
  5. JavaConst
  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: Const

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Const → Ordered → Comparable
  13. def copy(typeId: String = typeIdOrNull, name: String = nameOrNull, value: String = valueOrNull): Const

    Permalink
    Definition Classes
    ConstProxyConst
  14. def deepCopy(): Const

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

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

    Permalink
    Definition Classes
    ConstProxy → AnyRef → Any
  17. def fieldForId(id: Int): Const._Fields

    Permalink
    Definition Classes
    ConstProxy → TBase
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getFieldValue(field: Const._Fields): AnyRef

    Permalink
    Definition Classes
    ConstProxy → TBase
  21. def hashCode(): Int

    Permalink
    Definition Classes
    ConstProxy → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isSet(field: Const._Fields): Boolean

    Permalink
    Definition Classes
    ConstProxy → TBase
  24. def mergeCopy(that: Const): Const

    Permalink
    Definition Classes
    ConstProxyConstRecord
  25. def meta: ConstMeta

    Permalink
    Definition Classes
    ConstProxyConstRecordUntypedRecord
  26. def mutable: MutableConst

    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
    ConstProxyConst
  27. def mutableCopy(): MutableConst

    Permalink
    Definition Classes
    ConstProxyConst
  28. def name(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  29. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  30. def nameOption(): Option[String]

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  31. def nameOrNull(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  32. def nameOrThrow(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  33. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ConstProxy → TBase → UntypedRecord
  37. def setFieldValue(field: Const._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    Const
  40. def toString(): String

    Permalink
    Definition Classes
    ConstProxy → AnyRef → Any
  41. def typeId(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  42. def typeIdIsSet(): Boolean

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  43. def typeIdOption(): Option[String]

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  44. def typeIdOrNull(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  45. def typeIdOrThrow(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  46. def value(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  47. def valueIsSet(): Boolean

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  48. def valueOption(): Option[String]

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  49. def valueOrNull(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  50. def valueOrThrow(): String

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  51. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ConstProxyConst → TBase → UntypedRecord

Inherited from Const

Inherited from TBase[Const, Const._Fields]

Inherited from Serializable

Inherited from JavaConst[Const, RawConst, ConstMeta]

Inherited from Record[Const]

Inherited from Ordered[Const]

Inherited from Comparable[Const]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped