Constant declaration AST node. More...
List of all members.
Constant declaration AST node.
EBNF grammar:
constant-declaration: (attributes)? (constant-modifiers)? "const" type constant-declarators ";"
constant-declarators: constant-declarator ( "," constant-declarator )*
[virtual]
Collect token indexes associated with this AST node.
Implements CsNode.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
ICsAstVisitor support.
Attributes.
Documentation comments.
Declarators.
Modifiers.
Constant type.