class DeepGeneratorController extends BaseController
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeepGeneratorController
- BaseController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeepGeneratorController(sourceNamePart1: String, sourceNamePart2: Option[String], result_name: String, fieldType: FieldType, generator: ApacheJavaGenerator, ns: Option[Identifier], operation: DeepGeneratorOperation)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cap: Function[String, String]
- Definition Classes
- BaseController
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val consolidate_newline_regex: Regex
- Definition Classes
- BaseController
- val consolidate_newlines: Function[String, String]
- Definition Classes
- BaseController
- val constant_name: Function[String, String]
- Definition Classes
- BaseController
- def deepContainer(suffix: String, k: FieldType): String
- def deepNonContainer(suffix: String, k: FieldType): String
- val direct_copy: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val field_type: FieldTypeController
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val gen_hash_code: Boolean
- Definition Classes
- BaseController
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getListSetMap(x: FieldType): Map[String, Any]
- def has_namespace: Boolean
- Definition Classes
- BaseController
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def i_2: Function[String, String]
- Definition Classes
- BaseController
- def i_4: Function[String, String]
- Definition Classes
- BaseController
- def indent(input: String, indentation: Int, skipFirst: Boolean = true, addLast: Boolean = true): String
- Definition Classes
- BaseController
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isset_field_id: Function[String, String]
- Definition Classes
- BaseController
- val iterator_element_name: String
- def list_or_set_value: Any
- def map_value: Any
- def namespace: String
- Definition Classes
- BaseController
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newHelper(f: (String) => String): Function[String, String]
- Definition Classes
- BaseController
- val newlines_to_spaces: Function[String, String]
- Definition Classes
- BaseController
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val result_element_name: String
- val result_name: String
- val source_name: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trim: Function[String, String]
- Definition Classes
- BaseController
- val trim_regex: Regex
- Definition Classes
- BaseController
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()