IdentifierNode constructor
- String value
Constructs an identifier node with the variable name.
Parameters:
value
: The name of the variable being referenced
Implementation
IdentifierNode(String value) : super(value, []);
Constructs an identifier node with the variable name.
Parameters:
value
: The name of the variable being referencedIdentifierNode(String value) : super(value, []);