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, 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 fields: Seq[StructFieldController]

    Permalink
  16. def finalize(): Unit

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

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

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

    Permalink
  20. val has_fields: Boolean

    Permalink
  21. def has_namespace: Boolean

    Permalink
    Definition Classes
    BaseController
  22. val has_non_nullable_fields: Boolean

    Permalink
  23. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    BaseController
  26. val in_class: Boolean

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

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

    Permalink
    Definition Classes
    Any
  29. val is_exception: Boolean

    Permalink
  30. val is_final: Boolean

    Permalink
  31. val is_result: Boolean

    Permalink
  32. val is_union: Boolean

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

    Permalink
    Definition Classes
    BaseController
  34. val name: String

    Permalink
    Definition Classes
    TypeController
  35. def namespace: String

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

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

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

    Permalink
    Definition Classes
    BaseController
  39. val non_default_constructor: Boolean

    Permalink
  40. val non_nullable_fields: Seq[StructFieldController]

    Permalink
  41. val non_optional_fields: Seq[StructFieldController]

    Permalink
  42. final def notify(): Unit

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

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

    Permalink
  45. val struct_type_name: String

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

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

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

    Permalink
    Definition Classes
    BaseController
  49. val trim_regex: Regex

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

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

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