com.twitter.scrooge.java_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: ApacheJavaGenerator, 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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def has_namespace: Boolean

    Definition Classes
    BaseController
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. val i: Int

  29. def i_2: Function[String, String]

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

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

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

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

    Definition Classes
    BaseController
  34. val key: Int

  35. def last: Boolean

  36. val name: String

  37. def namespace: String

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

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

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

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

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

    Definition Classes
    AnyRef
  43. val optional_or_nullable: Boolean

  44. def print_const: String

  45. def serialize_field: String

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

    Definition Classes
    BaseController
  49. val trim_regex: Regex

    Definition Classes
    BaseController
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseController

Inherited from AnyRef

Inherited from Any

Ungrouped