Class

io.fsq.spindle.codegen.runtime

ScalaConst

Related Doc: package runtime

Permalink

class ScalaConst extends ConstProxy

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaConst
  2. ConstProxy
  3. Const
  4. TBase
  5. Serializable
  6. JavaConst
  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 ScalaConst(underlying: Const, 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: 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): __shaded_for_spindle_bootstrap__.descriptors.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: __shaded_for_spindle_bootstrap__.descriptors.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: __shaded_for_spindle_bootstrap__.descriptors.Const._Fields): Boolean

    Permalink
    Definition Classes
    ConstProxy → TBase
  24. def jsValueOption: Option[String]

    Permalink
  25. def mergeCopy(that: Const): Const

    Permalink
    Definition Classes
    ConstProxyConstRecord
  26. def meta: ConstMeta

    Permalink
    Definition Classes
    ConstProxyConstRecordUntypedRecord
  27. 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
  28. def mutableCopy(): MutableConst

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → TBase → UntypedRecord
  38. val renderType: RenderType

    Permalink
  39. def setFieldValue(field: __shaded_for_spindle_bootstrap__.descriptors.Const._Fields, value: AnyRef): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  48. val typeReference: TypeReference

    Permalink
  49. val underlying: Const

    Permalink
    Definition Classes
    ScalaConstConstProxy
  50. def value(): String

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

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

    Permalink
    Definition Classes
    ScalaConstConstProxy → JavaConst
  53. def valueOrNull(): String

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

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

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

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

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

    Permalink
    Definition Classes
    ConstProxyConst → TBase → UntypedRecord

Inherited from ConstProxy

Inherited from Const

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