Packages

object modelCreation

These are all model construction methods. Please do not use them directly, they are calling each other recursively starting from makeModel. On the other hand, makeTemplate, makeAnnotation, makeMember, makeType should only be used after the model was created (modelFinished=true) otherwise assertions will start failing.

Source
ModelFactory.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. modelCreation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def createLazyTemplateMember(aSym: Global.Symbol, inTpl: (ModelFactory.this)#DocTemplateImpl): (ModelFactory.this)#MemberImpl

    After the model is completed, no more DocTemplateEntities are created.

    After the model is completed, no more DocTemplateEntities are created. Therefore any symbol that still appears is:

    • MemberTemplateEntity (created here)
    • NoDocTemplateEntity (created in makeTemplate)
  2. def createRootPackage: (ModelFactory.this)#PackageImpl
  3. def createTemplate(aSym: Global.Symbol, inTpl: (ModelFactory.this)#DocTemplateImpl): Option[(ModelFactory.this)#MemberImpl]

    Create a template, either a package, class, trait or object