Class: Entities.Class
Defined in: | node_modules/grunt-codo/node_modules/codo/lib/entities/class.coffee |
Class Method Summary
Instance Method Summary
- # (void) determineContainment(node) Determines if the class definition at given node is using @assignation and if in such case this class is nested into another one
- # (void) fetchParent(source)
- # (void) fetchName(source, selfish, container)
- # (void) linkify()
- # (void) linkifyAssign(node)
- # (void) linkifyValue(node)
- # (void) linkifyCall(node)
- # (void) linkifyParent()
- # (void) linkifyMixins()
- # (void) effectiveMethods()
- # (void) allMethods()
- # (void) inherited(getter)
- # (void) inheritedMethods()
- # (void) inheritedVariables()
- # (void) inheritedProperties()
- # (void) inspect()
Class Method Details
.
(void)
looksLike(node)
Constructor Details
#
(void)
constructor(environment, file, node)
Instance Method Details
#
(void)
determineContainment(node)
Determines if the class definition at given node is using @assignation and if in such case this class is nested into another one
#
(void)
fetchParent(source)
#
(void)
fetchName(source, selfish, container)
#
(void)
linkify()
#
(void)
linkifyAssign(node)
#
(void)
linkifyValue(node)
#
(void)
linkifyCall(node)
#
(void)
linkifyParent()
#
(void)
linkifyMixins()
#
(void)
effectiveMethods()
#
(void)
allMethods()
#
(void)
inherited(getter)
#
(void)
inheritedMethods()
#
(void)
inheritedVariables()
#
(void)
inheritedProperties()
#
(void)
inspect()