Packages

class ScalaGen extends Generator

Linear Supertypes
Generator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaGen
  2. Generator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaGen(genOpts: GenOpts)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accessors: Accessors
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildClassMembersString(classData: List[(String, Res, AnnType, Boolean)], padId: (String) ⇒ String, isAbstractClass: Boolean = false): String
  7. val className: String
    Attributes
    protected
    Definition Classes
    Generator
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def dbg(s: String, in: Boolean = true): String
    Attributes
    protected
    Definition Classes
    Generator
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. var genResults: GenResult
    Attributes
    protected
    Definition Classes
    Generator
  14. def generate(objectType: ObjectType): GenResult
    Definition Classes
    ScalaGenGenerator
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val getter: Getter
  17. val hasPath: String
    Attributes
    protected
    Definition Classes
    Generator
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit val methodNames: MethodNames
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def padId(id: String)(implicit symbols: List[String]): String
  25. def padScalaIdLength(implicit symbols: List[String]): Int
  26. val scalaUtil: ScalaUtil
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Generator

Inherited from AnyRef

Inherited from Any

Ungrouped