com.twitter.scrooge.android_generator

StructFieldController

class StructFieldController extends BaseController

Linear Supertypes
BaseController, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StructFieldController
  2. BaseController
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructFieldController(f: Field, i: Int, total: Int, generator: AndroidGenerator, ns: Option[Identifier], serializePrefix: String)

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 cap: Function[String, String]

    Definition Classes
    BaseController
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val consolidate_newline_regex: Regex

    Definition Classes
    BaseController
  10. val consolidate_newlines: Function[String, String]

    Definition Classes
    BaseController
  11. val constant_name: Function[String, String]

    Definition Classes
    BaseController
  12. val deepCopyIndentLevel: Int

  13. def deserialize_field: String

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. val field: FieldController

  17. val fieldType: FieldType

  18. val field_metadata: String

  19. val field_type: FieldTypeController

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def first: Boolean

  22. val gen_hash_code: Boolean

    Definition Classes
    BaseController
  23. val generate_deep_copy_container: String

  24. val generate_deep_copy_non_container: String

  25. val generate_deep_validate_container: String

  26. val generate_deep_validate_non_container: String

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def has_namespace: Boolean

    Definition Classes
    BaseController
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. val i: Int

  31. def i_2: Function[String, String]

    Definition Classes
    BaseController
  32. def i_4: Function[String, String]

    Definition Classes
    BaseController
  33. def indent(input: String, indentation: Int, skipFirst: Boolean = true, addLast: Boolean = true): String

    Definition Classes
    BaseController
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val isset_field_id: Function[String, String]

    Definition Classes
    BaseController
  36. val key: Int

  37. def last: Boolean

  38. val name: String

  39. def namespace: String

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

    Definition Classes
    AnyRef
  41. def newHelper(f: (String) ⇒ String): Function[String, String]

    Definition Classes
    BaseController
  42. val newlines_to_spaces: Function[String, String]

    Definition Classes
    BaseController
  43. final def notify(): Unit

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

    Definition Classes
    AnyRef
  45. val optional_or_nullable: Boolean

  46. def print_const: String

  47. def serialize_field: String

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. val trim: Function[String, String]

    Definition Classes
    BaseController
  51. val trim_regex: Regex

    Definition Classes
    BaseController
  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( ... )

Inherited from BaseController

Inherited from AnyRef

Inherited from Any

Ungrouped