Class: Property
Defined in: | src/nodes/property.coffee |
Inherits: | Node |
Overview
A class property that is defined by custom property set/get methods.
Examples:
Instance Method Summary
- .constructor(entity, node, lineMapping, options, name, comment) Constructor Construct a new property
- Number .getLocation() Get the source line number
- .getSignature() Get the property signature.
- .toJSON() Get a JSON representation of the object
Inherited Method Summary
Methods inherited from Node
Constructor Details
.constructor(entity, node, lineMapping, options, name, comment) Source
Construct a new property