Class

razie.diesel.dom.RDOM

C

Related Doc: package RDOM

Permalink

case class C(name: String, archetype: String, stereotypes: String, base: List[String], typeParam: String, parms: List[P] = Nil, methods: List[F] = Nil, assocs: List[A] = Nil, props: List[P] = Nil) extends DE with Product with Serializable

represents a Class

name

name of the class

base

name of base class

typeParam

if higher kind, then type params

parms

class members

methods

class methods

assocs

assocs to other classes

props

annotations and other properties

Linear Supertypes
Serializable, Serializable, Product, Equals, DE, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. C
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DE
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new C(name: String, archetype: String, stereotypes: String, base: List[String], typeParam: String, parms: List[P] = Nil, methods: List[F] = Nil, assocs: List[A] = Nil, props: List[P] = Nil)

    Permalink

    name

    name of the class

    base

    name of base class

    typeParam

    if higher kind, then type params

    parms

    class members

    methods

    class methods

    assocs

    assocs to other classes

    props

    annotations and other properties

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 archetype: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val assocs: List[A]

    Permalink

    assocs to other classes

  7. val base: List[String]

    Permalink

    name of base class

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fullHtml: String

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val methods: List[F]

    Permalink

    class methods

  15. val name: String

    Permalink

    name of the class

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. val parms: List[P]

    Permalink

    class members

  20. def plus(b: C): C

    Permalink

    combine two partial defs of the same thing

  21. val props: List[P]

    Permalink

    annotations and other properties

  22. def qspan(s: String, p: String, k: String = "default"): String

    Permalink
  23. val stereotypes: String

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

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

    Permalink
    Definition Classes
    C → AnyRef → Any
  26. val typeParam: String

    Permalink

    if higher kind, then type params

  27. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DE

Inherited from AnyRef

Inherited from Any

Ungrouped