Class: Attribute
Represents an attribute or instance variable of an object.
Constructors
Constructor
new Attribute(
identifier,expression,loc?):Attribute
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
expression | Expression |
loc? | SourceLocation |
Returns
Attribute
Overrides
ASTNode.constructor