Class

io.fsq.twofishes.gen

RawInterpretationDebugInfo

Related Doc: package gen

Permalink

final class RawInterpretationDebugInfo extends Record[InterpretationDebugInfo] with MutableRecord[InterpretationDebugInfo] with InterpretationDebugInfo

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

Instance Constructors

  1. new RawInterpretationDebugInfo()

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    InterpretationDebugInfo → Ordered → Comparable
  13. def copy(scoreComponents: Seq[DebugScoreComponent] = scoreComponentsOrNull, finalScore: Integer = finalScoreOrNull): RawInterpretationDebugInfo

    Permalink
  14. def deepCopy(): RawInterpretationDebugInfo

    Permalink
    Definition Classes
    RawInterpretationDebugInfoInterpretationDebugInfo → TBase
  15. def deepMergeCopy(that: InterpretationDebugInfo): InterpretationDebugInfo

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: InterpretationDebugInfo): Boolean

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

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → AnyRef → Any
  19. def fieldForId(id: Int): InterpretationDebugInfo._Fields

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → TBase
  20. def finalScore: Int

    Permalink
  21. def finalScoreIsSet: Boolean

    Permalink
  22. def finalScoreOption: Option[Int]

    Permalink
  23. def finalScoreOrDefault: Int

    Permalink
  24. def finalScoreOrNull: Integer

    Permalink
  25. def finalScoreOrThrow: Int

    Permalink
  26. def finalScoreUnset(): Unit

    Permalink
  27. def finalScore_=(x: Int): Unit

    Permalink
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getFieldValue(field: InterpretationDebugInfo._Fields): AnyRef

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → TBase
  31. def getSetFields: Seq[Any]

    Permalink
  32. def hashCode(): Int

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def isSet(field: InterpretationDebugInfo._Fields): Boolean

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → TBase
  35. def merge(that: InterpretationDebugInfo): Unit

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → MutableRecord
  36. def mergeCopy(that: InterpretationDebugInfo): InterpretationDebugInfo

    Permalink
    Definition Classes
    RawInterpretationDebugInfoInterpretationDebugInfo → Record
  37. def meta: InterpretationDebugInfoMeta

    Permalink
    Definition Classes
    RawInterpretationDebugInfoInterpretationDebugInfo → Record → UntypedRecord
  38. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → TBase → UntypedRecord
  42. def scoreComponents: Seq[DebugScoreComponent]

    Permalink
  43. def scoreComponentsIsSet: Boolean

    Permalink
  44. def scoreComponentsOption: Option[Seq[DebugScoreComponent]]

    Permalink
  45. def scoreComponentsOrDefault: Seq[DebugScoreComponent]

    Permalink
  46. def scoreComponentsOrNull: Seq[DebugScoreComponent]

    Permalink
  47. def scoreComponentsOrThrow: Seq[DebugScoreComponent]

    Permalink
  48. def scoreComponentsUnset(): Unit

    Permalink
  49. def scoreComponents_=(x: Seq[DebugScoreComponent]): Unit

    Permalink
  50. def setFieldValue(field: InterpretationDebugInfo._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    InterpretationDebugInfo
  53. def toString(): String

    Permalink
    Definition Classes
    RawInterpretationDebugInfo → AnyRef → Any
  54. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawInterpretationDebugInfoInterpretationDebugInfo → TBase → UntypedRecord

Inherited from InterpretationDebugInfo

Inherited from Serializable

Inherited from MutableRecord[InterpretationDebugInfo]

Inherited from Record[InterpretationDebugInfo]

Inherited from Ordered[InterpretationDebugInfo]

Inherited from Comparable[InterpretationDebugInfo]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped