Class: Mixin
Defined in: | src/nodes/mixin.coffee |
Inherits: | Node |
Overview
The Node representation of a CoffeeScript mixins
Instance Method Summary
- ::constructor(node, fileName, options, comment) Constructor Construct a mixin
- ::getDoc() Get the mixin doc
- String ::getFileName() Get the source file name.
- ::getFullName() Alias for ::getMixinName
- Array ::getMethods() Get all methods.
- String ::getMixinName() Get the full mixin name
- String ::getName() Gets the mixin name
- String ::getNamespace() Get the mixin namespace
- Object ::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
String ::getFileName() Source
Get the source file name.
::getFullName() Source
Alias for ::getMixinName
Array ::getMethods() Source
Get all methods.
String ::getMixinName() Source
Get the full mixin name
String ::getName() Source
Gets the mixin name
String ::getNamespace() Source
Get the mixin namespace
Object ::toJSON() Source
Get a JSON representation of the object