Class: Mixin
Defined in: | src/nodes/mixin.coffee |
Inherits: | Node |
Overview
A CoffeeScript mixins
Instance Method Summary
- .constructor(node, fileName, options, comment) Constructor Construct a mixin
- .getDoc() Get the mixin doc
- .getFileName() Get the source file name.
- .getFullName() Alias for {Mixin#getMixinName}
- .getMethods() Get all methods.
- .getMixinName() Get the full mixin name
- .getName() Get the mixin name
- .getNamespace() Get the mixin namespace
- .getVariables() Get all variables.
- .toJSON() Get a JSON representation of the object
Inherited Method Summary
Methods inherited from Node
Constructor Details
.constructor(node, fileName, options, comment) Source
Construct a mixin
Instance Method Details
.getDoc() Source
Get the mixin doc
.getFileName() Source
Get the source file name.
.getFullName() Source
Alias for {Mixin#getMixinName}
.getMethods() Source
Get all methods.
.getMixinName() Source
Get the full mixin name
.getName() Source
Get the mixin name
.getNamespace() Source
Get the mixin namespace
.getVariables() Source
Get all variables.
.toJSON() Source
Get a JSON representation of the object