com.foursquare.spindle.codegen.runtime

BitfieldStructRenderType

case class BitfieldStructRenderType(className: String, ref: RenderType, hasSetBits: Boolean) extends RenderType with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RenderType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BitfieldStructRenderType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RenderType
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitfieldStructRenderType(className: String, ref: RenderType, hasSetBits: Boolean)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bitfieldRead: String

  8. val bitfieldWrite: String

  9. def boxedText: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  10. def canEqual(arg0: Any): Boolean

    Definition Classes
    BitfieldStructRenderType → Equals
  11. val className: String

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def compareTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  14. def defaultText: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    BitfieldStructRenderType → Equals → AnyRef → Any
  17. def fieldDefTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  18. def fieldImplTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  19. def fieldMutableProxyTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  20. def fieldMutableTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  21. def fieldProxyTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  22. def fieldReadTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  23. def fieldWriteTemplate: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  24. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  26. def hasOrdering: Boolean

    Definition Classes
    BitfieldStructRenderTypeRenderType
  27. val hasSetBits: Boolean

  28. def hashCode(): Int

    Definition Classes
    BitfieldStructRenderType → AnyRef → Any
  29. def isContainer: Boolean

    Definition Classes
    RenderType
  30. def isEnhanced: Boolean

    Definition Classes
    BitfieldStructRenderTypeRenderType
  31. def isEnum: Boolean

    Definition Classes
    RenderType
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def isNullable: Boolean

    Definition Classes
    RenderType
  34. def javaBoxedText: String

    Definition Classes
    RenderType
  35. def javaContainerText: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  36. def javaDefaultText: String

    Definition Classes
    RenderType
  37. def javaText: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  38. def javaTypeParameters: Seq[RenderType]

    Definition Classes
    BitfieldStructRenderTypeRenderType
  39. def javaUnderlying: String

    Definition Classes
    RenderType
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def productArity: Int

    Definition Classes
    BitfieldStructRenderType → Product
  44. def productElement(arg0: Int): Any

    Definition Classes
    BitfieldStructRenderType → Product
  45. def productIterator: Iterator[Any]

    Definition Classes
    Product
  46. def productPrefix: String

    Definition Classes
    BitfieldStructRenderType → Product
  47. val ref: RenderType

  48. def renderValue(v: String): Option[String]

    Definition Classes
    RenderType
  49. def renderValueSupported: Boolean

    Definition Classes
    RenderType
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def text: String

    Definition Classes
    BitfieldStructRenderTypeRenderType
  52. def toString(): String

    Definition Classes
    BitfieldStructRenderType → AnyRef → Any
  53. def ttype: TType

    Definition Classes
    BitfieldStructRenderTypeRenderType
  54. def underlying: RenderType

    Definition Classes
    BitfieldStructRenderTypeRenderType
  55. def usesSetVar: Boolean

    Definition Classes
    BitfieldStructRenderTypeRenderType
  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RenderType

Inherited from AnyRef

Inherited from Any