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 node.
- Number ::getLocation() Get the source line number
- String ::getSignature() Get the property signature.
- Object ::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 node.