com.foursquare.spindle.codegen.runtime

DollarAmountRenderType

case class DollarAmountRenderType(ref: RenderType) extends RefRenderType with EnhancedRenderType with Product with Serializable

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

Instance Constructors

  1. new DollarAmountRenderType(ref: RenderType)

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. def boxedText: String

    Definition Classes
    RefRenderTypeRenderType
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    DollarAmountRenderType → Equals
  9. def clone(): AnyRef

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

    Definition Classes
    RefRenderTypeRenderType
  11. def defaultText: String

    Definition Classes
    RefRenderTypeRenderType
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    DollarAmountRenderType → Equals → AnyRef → Any
  14. def fieldDefTemplate: String

    Definition Classes
    RefRenderTypeRenderType
  15. def fieldImplTemplate: String

    Definition Classes
    RefRenderTypeRenderType
  16. def fieldMutableProxyTemplate: String

    Definition Classes
    RefRenderTypeRenderType
  17. def fieldMutableTemplate: String

    Definition Classes
    RefRenderTypeRenderType
  18. def fieldProxyTemplate: String

    Definition Classes
    RefRenderTypeRenderType
  19. def fieldReadTemplate: String

    Definition Classes
    DollarAmountRenderTypeRenderType
  20. def fieldWriteTemplate: String

    Definition Classes
    DollarAmountRenderTypeRenderType
  21. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  23. def hasOrdering: Boolean

    Definition Classes
    DollarAmountRenderTypeRenderType
  24. def hashCode(): Int

    Definition Classes
    DollarAmountRenderType → AnyRef → Any
  25. def isContainer: Boolean

    Definition Classes
    RenderType
  26. def isEnhanced: Boolean

    Definition Classes
    EnhancedRenderTypeRenderType
  27. def isEnum: Boolean

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

    Definition Classes
    Any
  29. def isNullable: Boolean

    Definition Classes
    RefRenderTypeRenderType
  30. def javaBoxedText: String

    Definition Classes
    RenderType
  31. def javaContainerText: String

    Definition Classes
    RenderType
  32. def javaDefaultText: String

    Definition Classes
    RenderType
  33. def javaText: String

    Definition Classes
    RenderType
  34. def javaTypeParameters: Seq[RenderType]

    Definition Classes
    RenderType
  35. def javaUnderlying: String

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

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

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

    Definition Classes
    AnyRef
  39. def productArity: Int

    Definition Classes
    DollarAmountRenderType → Product
  40. def productElement(arg0: Int): Any

    Definition Classes
    DollarAmountRenderType → Product
  41. def productIterator: Iterator[Any]

    Definition Classes
    Product
  42. def productPrefix: String

    Definition Classes
    DollarAmountRenderType → Product
  43. val ref: RenderType

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

    Definition Classes
    RenderType
  45. def renderValueSupported: Boolean

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

    Definition Classes
    AnyRef
  47. def text: String

    Definition Classes
    DollarAmountRenderTypeRenderType
  48. def toString(): String

    Definition Classes
    DollarAmountRenderType → AnyRef → Any
  49. def ttype: TType

    Definition Classes
    DollarAmountRenderTypeRenderType
  50. def underlying: RenderType

    Definition Classes
    DollarAmountRenderTypeRenderType
  51. def usesSetVar: Boolean

    Definition Classes
    RefRenderTypeRenderType
  52. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. 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 EnhancedRenderType

Inherited from RefRenderType

Inherited from RenderType

Inherited from AnyRef

Inherited from Any