Template
final case
constr extends parents { self => body }
holder for details of a Class definition
- Value Params
- classParent
-- the parent whose constructor is called. If the template defines a class, this is its only class parent.
- parents
trait parents of the template and the class parent if the template defines a trait.