Class

com.twitter.scrooge.java_generator

StructController

Related Doc: package java_generator

Permalink

class StructController extends TypeController

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructController
  2. TypeController
  3. BaseController
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructController(struct: StructLike, serviceOptions: Set[ServiceOption], in_class: Boolean, generator: ApacheJavaGenerator, ns: Option[Identifier], is_result: Boolean = false)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allFields: Seq[Field]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val cap: Function[String, String]

    Permalink
    Definition Classes
    BaseController
  7. def cleanup(fields: Seq[Field]): Seq[StructFieldController]

    Permalink
  8. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    BaseController
  12. val default_fields: Seq[StructFieldController]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val field_annotations: Set[Entry[Field, Set[Entry[String, String]]]]

    Permalink
  16. val fields: Seq[StructFieldController]

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val gen_hash_code: Boolean

    Permalink
    Definition Classes
    BaseController
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val has_bit_vector: Boolean

    Permalink
  21. val has_default_value: Seq[Field]

    Permalink
  22. val has_field_annotations: Boolean

    Permalink
  23. val has_fields: Boolean

    Permalink
  24. def has_namespace: Boolean

    Permalink
    Definition Classes
    BaseController
  25. val has_non_nullable_fields: Boolean

    Permalink
  26. val has_struct_annotations: Boolean

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def i_2: Function[String, String]

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

    Permalink
    Definition Classes
    BaseController
  30. val in_class: Boolean

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

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

    Permalink
    Definition Classes
    Any
  33. val is_exception: Boolean

    Permalink
  34. val is_final: Boolean

    Permalink
  35. val is_passthrough_struct: Boolean

    Permalink
  36. val is_passthrough_union: Boolean

    Permalink
  37. val is_result: Boolean

    Permalink
  38. val is_union: Boolean

    Permalink
  39. val isset_field_id: Function[String, String]

    Permalink
    Definition Classes
    BaseController
  40. val name: String

    Permalink
    Definition Classes
    TypeController
  41. def namespace: String

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

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

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

    Permalink
    Definition Classes
    BaseController
  45. val non_default_constructor: Boolean

    Permalink
  46. val non_nullable_fields: Seq[StructFieldController]

    Permalink
  47. val non_optional_fields: Seq[StructFieldController]

    Permalink
  48. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  50. val sorted_fields: Seq[StructFieldController]

    Permalink
  51. val struct_annotations: Set[Entry[String, String]]

    Permalink
  52. val struct_type_name: String

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

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

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

    Permalink
    Definition Classes
    BaseController
  56. val trim_regex: Regex

    Permalink
    Definition Classes
    BaseController
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypeController

Inherited from BaseController

Inherited from AnyRef

Inherited from Any

Ungrouped