Local variable declarator AST node. More...
List of all members.
Local variable declarator AST node.
EBNF grammar:
local-variable-declarator: identifier ( "=" local-variable-initializer )?
local-variable-initializer: expression array-initializer
[virtual]
ICsAstVisitor support.
Implements CsNode.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
Local variable entity.
Variable name.
Initializer.