Local constant declaration AST node. More...
List of all members.
Local constant declaration AST node.
EBNF grammar:
local-constant-declaration: "const" type constant-declarators
constant-declarators: constant-declarator ( "," constant-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.
Declarators.
Constant type.