Variable declaration AST node. More...
List of all members.
Variable declaration AST node.
EBNF grammar:
local-variable-declaration: type local-variable-declarators
local-variable-declarators: local-variable-declarator ( "," local-variable-declarator )*
[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.
Attributes.
Documentation comments.
Declarators.
Modifiers.
Variable type.