object Definition extends SourceInfoDoc with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Definition
- Serializable
- SourceInfoDoc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class DefinitionBaseModuleExtensions[T <: BaseModule] extends AnyRef
Value Members
- macro def apply[T <: BaseModule with IsInstantiable](proto: => T): Definition[T]
A construction method to build a Definition of a Module
A construction method to build a Definition of a Module
- proto
the Module being defined
- returns
the input module as a Definition
- def do_apply[T <: BaseModule with IsInstantiable](proto: => T)(implicit sourceInfo: SourceInfo): Definition[T]
A construction method to build a Definition of a Module
A construction method to build a Definition of a Module
- returns
the input module as a Definition