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
- Array .getVariables() Get all variables.
- Object .toJSON() Get a JSON representation of the object
Inherited Method Summary
Methods inherited from Node
Constructor Details
.constructor(node, fileName, options, comment)
Construct a mixin
Instance Method Details
.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
Array .getVariables()
Get all variables.
Object .toJSON()
Get a JSON representation of the object